After the execution of the UPDATE, INSERT, and DELETE statements, an additional variable is available to check the result of the statement.
执行完update、INSERT和delete语句后,将使用额外的一个变量来检查语句的结果。
When the BULK COLLECT clause is included, the statement can return multiple rows; the variable in the INTO clause must be an array, and each row is stored in an array element.
在包括BULKCOLLECT子句后,该语句可返回多行;INTO 子句中的变量必须是阵列,且每一行存储在一个阵列元素中。
For each option, the case statement then attempts to identify the option, using either the short or long format and setting a variable.
对于每个选项,case语句会尝试识别该选项——使用短格式或长格式并设置一个变量。
To gather user input, you use the read statement and assign a variable to the user input, as shown in Listing 25.
要想收集用户输入,应该使用read语句并向用户输入分配一个变量,见清单25。
SQLERROR of the last cursor is returned, and the error string of the latest failed SQL statement is stored into variable SQLERRSTR.
最后一个游标的SQLERROR被返回,而最后一个失败的sql语句的错误字符串将被存储到变量SQLERRSTR中。
To keep track of the result, you need to store it in some variable, and this statement introduces total for precisely this purpose.
为了跟踪结果,你需要将结果存到一个变量当中,而这条语句引入的total正是为了这一目的。
To get @@error and @@rowcount at the same time, include both in same statement and store them in a local variable. SELECT @RC = @@ROWCOUNT, @ER = @@ERROR
为了在同一时间获得@@Error和@@Rowcount,我们应将二者包括在同一语句中并将它们存储在局部变量中。
The db2_execute statement returns true or false when completed, and the result set of the query must be bound to a variable before the SQL statement is run.
db2_execute语句在完成时将返回true或false,而且必须将查询的结果集绑定到变量,然后才能运行sql语句。
Payroll service component: provides the remotable payroll service and provides a comprehensive statement on the employees basic, HRA, variable pay, conveyance, Income tax and professional tax.
Payrollservicecomponent:提供远程 payroll服务,并提供有关员工基本工资、HRA、浮动工资、付薪方式、所得税和特惠税的综合说明。
This time the variable I becomes 125, and the first if statement evaluates False.
这次变量i变成了125,并且第一个if语句计算为False。
After typing the expression you want assigned to a variable, press Ctrl + 1 and select assign statement to a local variable.
在键入想要将其分配给某变量的表达式后,按下Ctrl +1并选择Assignstatement toa local variable。
But now the second if statement evaluates True because the variable I is evenly divisible by 125 (and the not operator turns the resulting 0 into a Boolean True).
但是第二个if语句计算为True,因为变量i能被125整除(并且not运算符将结果0转换成布尔值True)。
An instance variable and an if statement are used skillfully in the process of design, which solves the problem of picture flash.
在设计过程中,巧妙地使用了一个窗口实例变量和一个条件语句,解决了图片闪烁的问题。
Using the debugger, you can see exactly how your application is working by stepping through each statement as it executes and by viewing the data in each variable.
使用该侦错工具,可藉由在应用程式执行时逐步执行每个陈述式,并检视每个变数中的资料,了解应用程式的具体运作方式。
The two case particle words are sometimes restrained by the terms which are stable or variable, and the statement at the end of the sentence is positive or negative.
而且句子中的定项与变项,句尾是肯定还是否定的叙述有时也制约二者的使用。
We need to write a conditional statement that will test what page is being viewed and define a variable based on the results of that test.
我们需要写一个条件语言来测试一下被浏览的网页,并且基于那个测试的结果来确定一个变数。
This means that the value of a local constant is undefined until the constant declaration statement is reached and that a local variable is undefined until the variable is assigned to in the function.
这就意味着在到达常数声明语句前局部常数值是未定义的,在函数中分配变量前局部变量是未定义的。
In addition, Edit and Continue does not support changing the type or the value of a variable that is used in a LINQ statement.
除此之外,[编辑后继续]也不支援LINQ陈述式中所使用变数型别或值的变更。
In addition, Edit and Continue does not support changing the type or the value of a variable that is used in a LINQ statement.
除此之外,[编辑后继续]也不支援LINQ陈述式中所使用变数型别或值的变更。
应用推荐