In Listing 14, a condition statement is used to display this extra expiration information.
在清单14中,使用一个条件语句显示这些额外的过期信息。
The balance sheet, also known as the statement of financial condition, basically tells you how much a company owns (its assets), and how much it owes (its liabilities).
资产负债表,也是我们所知的财务状况报表,基本上告诉了你公司有多少钱(即资产)和欠多少钱(即债务)。
This condition can apply in an inference rule, as a Fraud is created or in a stream processing statement if the transaction event is part of a stream.
这个条件可以应用于推导规则(创建欺诈),如果交易事件是流的组成部分,还可以应用在流处理陈述中。
You can use a SIGNAL statement to raise an error condition if the business rule defined in your trigger is violated.
如果违反了您在触发器中定义的业务规则,就可以使用signal语句来抛出一个错误条件信号。
If a statement raises a condition for which a handler exists, the values of the SQLSTATE and SQLCODE variables are available at the beginning of the handler execution.
如果某条语句发出一个存在处理程序的条件,那么SQLSTATE和SQLCODE变量的值就可以在开始执行处理程序时获得。
Most programming languages have something called an assert-a statement that stops the processing when a certain condition is met, such as an unexpected value in an important variable.
大多数语言都具有一项称为断言的特性,这是一种会在满足某项条件时停止处理的语句,例如重要变量中出现超出预料的值。
You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。
If the condition evaluates to TRUE, the statement list is executed, then control resumes at the top of the loop.
如果条件的求值结果为TRUE,那么就将执行语句列表,在循环的顶部恢复控制。
If the condition evaluates to FALSE or NULL, the loop is bypassed, and control passes to the next statement.
如果条件的求值结果为FALSE或NULL,那么将绕过循环,并且控制被传递给下一条语句。
If a statement in your SQL procedure raises an SQLWARNING or NOT FOUND condition and if you have declared a handler for the respective condition, DB2 passes control to the corresponding handler.
如果SQL过程中有一个语句发出SQLWARNING或NOTFOUND条件,并且为相应的条件声明了一个处理程序,那么DB 2将把控制转移到相应的处理程序。
A transition condition is a true or false statement that the processor may use to determine the current state of any particular activity.
转移条件就是一条是或者否的语句,处理器借以判定任何一个特定活动的当前状态。
If you want to start the event monitor only for specific applications, specify an event condition in the CREATE event monitor statement syntax shown in Figure 30.
如果希望只为特定的应用程序启动事件监视器,那么用CREATEEVENTmonitor语句语法指定事件条件,见图30。
In the case of the DB2 example in the left column of Table 3, if a particular SQL statement fails and generates an error, control is passed to the condition handler.
对于表3左侧列的DB 2示例,如果某条sql语句失败并生成一个错误,那么控制将被传递给条件处理程序。
After adding the new condition, you will see a conditional statement dropdown menu, which will have options such as "Less than," "Less than or equal to," "Greater than", and so forth.
加入新的条件后,你就会看到一个下拉菜单式的条件语句,包括诸如“小于(Lessthan)”、“小于等于(Less than or equalto)”、“大于(Greater than)”等选项。
Goal (Goal) a Goal is a statement about a state or condition of the enterprise to be brought about or sustained through appropriate Means.
目的(GOAL)目的是对企业将要达到状态或状况的描述。
Business Goals are defined to be a statement of the expected state or condition of the business if the business Directives take effect as expected.
业务战略目标(Business Goal)陈述在业务指示发挥预期作用的情况下应该实现的业务状态。
Selecting any mapping statement in the Script Pane shows all source and target mappables referenced in the statement, such as mapping source, loop iterator, condition, where clause, and so on.
在Script窗格中选择任何映射语句,这将显示该语句中所引用的所有源和目标可映射对象,如映射源、循环迭代器、条件、where子句,等等。
For example, a programmer might include the assertion that you should never reach the default condition in a switch statement.
例如,程序员可能会在程序中包含断言,使您永远也不会到达switch语句中的default条件。
Often, these two statements are placed in the body of an if statement so that the continue or break action is triggered by a special condition.
这两个语句通常放在if语句体中,以便由一个特殊的条件触发continue或break操作。
A while loop within bash allows you to execute a statement a given number of times, or until a certain condition is met.
bash中的while循环可以重复执行语句一定的次数,或者一直执行到满足某一条件为止。
A case statement within bash lets you test for more than one condition or value and act accordingly.
bash中的case语句可以用来测试多个条件或值并相应地执行操作。
The WHILE statement defines a set of statements to be executed until a condition that is evaluated at the beginning of the WHILE loop is false.
while语句定义了一个语句集合,如果在WHILE循环开始时某个条件的求值结果为false,那么就将执行这个语句集合。
The REPEAT statement defines a set of statements to be executed until a condition that is evaluated at the end of the REPEAT loop is true.
REPEAT语句定义了一个语句集合,如果在 REPEAT循环结束时某个条件的求值结果为 true,那么就将执行这个语句集合。
This statement assigns TaxRate (ref) to the Connecticut tax rate (calculate) only if the user lives in Connecticut (relevant condition).
这条语句仅当用户居住在康涅狄格州(relevant条件)时,才将TaxRate (ref)赋值为康涅狄格州税率(calculate)。
Note: This task assumes that the reference will be in the title, but you can be more thorough by expanding the logical condition into an or statement and searching more of the feed.
注意:该任务假设标题中存在引用,但是您可以使用OR语句扩展逻辑条件,搜索更多的feed。
Because the condition lamp1 lamp3 returned -1, the statement lamp1 < lamp3 returns true.
因为条件lamp1lamp3返回-1,所以语句 lamp1 < lamp3返回true。
The join condition is the on clause filter specified in the merge statement.
在merge语句的on子句中指定了联接条件。
If you have not declared a handler for a condition, DB2 passes control to the next statement in the SQL procedure body.
如果没有为条件声明处理程序,DB 2将把控制器传递到SQL过程体中的下一个语句。
If you have not declared a handler for a condition, DB2 passes control to the next statement in the SQL procedure body.
如果没有为条件声明处理程序,DB 2将把控制器传递到SQL过程体中的下一个语句。
应用推荐