...ment)3.8.6 表达式语句(expression-statement)3.8.7 条件语句(selection-statement)3.8.8 循环语句(iteration-statement)3.8.9 转至语句(Jump)3.8.10 checked和unchecked语句3.8.11 Lock 语句3.9 命名空间3.9.1 编译单元3.9.2 命名空间声明(namespace...
基于112个网页-相关网页
As discussed in the previous article, the continue statement causes the containing loop to start the next iteration.
如前面的文章中所述,continue语句使包含它的循环开始下一次迭代。
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.
我们本可以使用一个预编译语句并且每次重新设置数据,但是为了保持完整性,我们决定在每次循环的时候重新创建它。
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循环的每一次迭代,取回的下一行就是结果集。
应用推荐