• To avoid infinite iterations of LOOP statements, new EXIT and CONTINUE options to the IF statement are valid within LOOP statements.

    为了避免loop语句无限次迭代loop语句中可以使用IF语句的exitCONTINUE选项

    youdao

  • They also facilitate migration to IDS of routines written in the procedural languages of other database servers that support GOTO and LOOP statement syntax.

    对于支持GOTOloop语句语法其它数据库服务器的过程语言编写例程,SPL语言中的语句标签、GOTO和loop语句可以为它们IDS迁移提供便利

    youdao

  • The new support for statement labels and the GOTO and loop statements provide greater flexibility in iterating and in exiting from statement loops in SPL routines.

    语句标签以及GOTOloop语句支持SPL例程中的迭代退出语句循环提供了更大灵活性

    youdao

  • Unfortunately, because the loop branch is so close to the return statement, you cannot predict both the loop branch and the return branch.

    不幸的是,由于循环分支接近返回语句,因此无法预测循环分支返回分支。

    youdao

  • With such plumbs, you can target the statement, loop, function, class, or library that is most sluggish.

    有了这种垂直度,可以语句循环函数或者运行缓慢作为分析目标

    youdao

  • If the condition evaluates to FALSE or NULL, the loop is bypassed, and control passes to the next statement.

    如果条件的求结果为FALSENULL,那么将绕过循环并且控制被传递一条语句。

    youdao

  • We could have used a prepared statement and just reset the data each time, but we decided to recreate it for each iteration of the loop here for completeness.

    我们可以使用一个预编译语句并且每次重新设置数据但是为了保持完整性,我们决定每次循环时候重新创建

    youdao

  • If the condition evaluates to TRUE, the statement list is executed, then control resumes at the top of the loop.

    如果条件结果为TRUE那么将执行语句列表循环的顶部恢复控制

    youdao

  • The GOTO label statement can unconditionally exit from a loop and transfer control to the executable statement or statement block that follows the specified statement label.

    GO TO标签语句可以无条件地退出循环控制权转移指定的语句标签之后可执行语句语句

    youdao

  • When a for statement is executed, a cursor is implicitly declared such that for each iteration of the for loop, the next row is the result set if fetched.

    执行for语句时,游标隐式声明这样对于FOR循环每一次迭代取回下一就是结果

    youdao

  • You can place a print statement within the loop to verify that data indeed exists at each element in the foreach loop.

    可以循环中放一个print语句检验foreach循环每个元素中是否确实存在数据

    youdao

  • Of course, you can run loops backward instead of forward, or increment the loop counter by something other than 1, or even eliminate the loop counter completely as you do in a while statement.

    当然,也可以反向而不是正向运行循环或者使用1之外的循环计数器增量甚至while语句那样完全取消循环计数器。

    youdao

  • One special feature of the break statement is that it breaks completely out of the loop, thereby skipping any else clause that follows the loop.

    break语句特殊特性完全中断循环跳转循环下面的任一else子句。

    youdao

  • 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,那么执行这个语句集合。

    youdao

  • As discussed in the previous article, the continue statement causes the containing loop to start the next iteration.

    前面的文章中所述,continue语句使包含它的循环开始下一次迭代

    youdao

  • 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,那么就执行这个语句集合。

    youdao

  • When using this technique, the while (1); statement must be stripped at the client before using the JSON data to avoid an endless loop.

    使用这种技术这个while(1);语句必须在使用JSON数据之前客户上剥离从而避免无限循环。

    youdao

  • This is actually what the statement looks like once the compiler converts it internally to a normal for loop.

    以下编译器循环转换成普通for循环之后语句实际看起来的样子。

    youdao

  • 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子句,等等。

    youdao

  • The main method USES an enhanced for loop to iterate through the different primitives and a simple switch statement on the current instance to set the size value of each primitive.

    main方法使用增强for循环迭代通过不同语,当前实例上使用一个简单switch语句设置每个原语大小

    youdao

  • The getopts command returns true if an option is found, so a common option processing paradigm uses a while loop with a case statement as in this example.

    如果找到一个选项,则getopts命令返回true因此常见的选项处理范例使用case语句while 循环,本例中就是如此。

    youdao

  • The next statement in the loop body is a second if statement that tests whether the variable I is evenly divisible by 125, but this expression is preceded by the not operator.

    循环中的语句第二if语句,测试变量i是否能被125整除但是表达式前面加了一个not运算符。

    youdao

  • 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循环可以重复执行语句一定次数,或者一直执行到满足一条件为止。

    youdao

  • The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.

    Python中的第二控制语句while循环,表达式计算为True时执行程序语句

    youdao

  • Oracle also allows cursors to be tightly bound to a looping statement, a construct called a cursor FOR loop.

    Oracle允许游标一个循环语句紧密绑定在一起,形成所谓游标FOR循环结构。

    youdao

  • The while loop, as was the case with the if statement, supports an optional else clause containing a block of program statements executed when the expression is False.

    while循环if语句一样,支持可选else子句,其中包含表达式计算为False时执行程序语句

    youdao

  • When the FETCH cursor statement fails and does not find another row to retrieve, the value of SQLSUCCESS is set to 0 and the WHILE LOOP ends.

    FETCH游标语句失败并且没有找到另一个检索SQLSUCCESS设置 0 并且WHILE LOOP 结束。

    youdao

  • This causes the break statement to be executed, breaking out of the loop.

    导致执行break语句中断循环

    youdao

  • You actually know whether the number is prime or not, immediately after the end of the for loop, even though you don't use the determined value until the if statement.

    for 循环结束之后,就已经知道数字是否是素数尽管在 if 语句之前并不使用判断结果。

    youdao

  • The expression used in the if statement (and in the elif clause and the while loop discussed later in this article) can be as complex as necessary.

    if语句(以及本文后面讨论elif子句while循环)中的表达式可以很复杂。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定