Gets or sets the code statement specifying the action to perform.
获取或设置指定要执行的操作的代码语句。
Evaluate a string as if it were a source code statement at runtime.
评估字符串仿佛那是一个源代码在运行时的发言。
A box appears around the code statement that contains the currently selected breakpoint.
在包含当前所选断点的代码语句周围会显示一个框。
Improved reverse engineering and round trip operations better handle the following code statement.
改进的逆向工程及环形路线操作更好地处理以下的代码声明。
A far more accurate measure — one that can even gauge the time taken to run a single-source code statement — can be taken using a code profiler.
一种更精确的测量——甚至可以测量运行单个源代码语句的时间——可以采用代码分析器。
But common sense implies a limit of 80 characters, which fits easily on a printed page on most monitors. There are several ways to spread a code statement over more than one line.
但是一般限制为80个字符,这容易适合大多数显示器的一个打印页面。
When the debugger encounters this attribute when stepping through user code, the user experience is to not see the designer provided code and to step to the next user-supplied code statement.
当逐句通过用户代码时,如果调试器遇到此特性,用户将不会看到设计器提供的代码,并且会执行用户提供的下一条代码语句。
The tests should adequately cover the kernel code to help support the stability statement produced from their results.
测试应该充分地覆盖内核代码,以帮助支持自其结果中生成的稳定性声明。
When the INSERT statement fails with the error code specified in the DECLARE exit handler statement, control passes to the handler, and the procedure is exited.
当insert语句失败并且错误代码在DECLAREEXIThandler语句中指定,那么控制将传递到处理程序,而过程将退出。
The following code snippets show the differences when using a Statement and a PreparedStatement.
下面的代码片段显示使用Statement与使用PreparedStatement的不同之处。
The problem isn't entirely in the if statement, but mostly in the amount of code in the if statement.
问题并不完全归结在if语句上,if 语句中代码的数量才是最关键的。
The code above is a single line statement, but had to be indented to fit this format.
上面的代码是一个单行语句,但是为了适合这个格式进行了缩排。
It generates the code required to execute each SQL statement annotated for each method in the interface.
它生成的代码用来执行针对接口中每个方法进行注释的每个sql语句。
You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。
This variable contains the error code of the latest SQL statement executed.
该变量包含最近执行的一条 SQL语句的错误代码。
Switch to the stored procedure editor ASSOC_PROC and pass the code between the cursor declaration and the cursor "OPEN" statement.
切换到存储过程编辑器 ASSOC_PROC 并传递进指针声明和指针 “OPEN”语句之间的那些代码。
The first of the four assertions at the bottom of the code verifies that the appropriate SQL statement was created.
代码底部四个声明中的第一个声明会验证适当的SQL语句是否被创建。
Processing stops immediately when this statement is executed, and the procedure return code to the caller is the value of SQLERROR.
在执行该语句时处理将立即停止,而过程返回给调用者的代码是SQLERROR的值。
Listing 9 contains a code example of the SQL CREATE procedure statement used to register an RPG program as an external stored procedure.
清单9包含一个用于将一个R PG程序注册为一个外部存储过程的SQLCREATEPROCEDURE语句的代码示例。
This means that under JDBC 3.0, your existing code will automatically leverage statement pooling.
这就意味着,在JDBC 3.0下,您现存的代码可以自动利用语句池。
Encapsulate several lines of code into a single statement.
将几行代码封装成一条语句。
When you create a database using the create database statement, the code page for the database will be derived from the operating system locale setting.
在使用CREATEdatabase语句创建数据库时,将从操作系统的地区设置推导出数据库的编码页。
In this example, we have chosen to fix the CREATE PROCEDURE statement instead of modifying the source code.
在这个例子中,我们选择修改CREATEprocedure语句而不是修改源代码。
There's nothing in the statement that rewards clean code.
没有任何关于干净代码的奖励。
The synchronized statement enbales only one thread to enter a code block at a time.
同步语句一次仅允许一个线程进入代码块。
The application code used for parsing the XML in the DOM parser and composing the insert SQL statement is replaced with the following code
用来在DOM解析器中解析XML并合成insertSQL语句的应用程序代码被替换为以下代码
The following code is a DDL statement to create the customer table and a trigger defined on the table.
以下代码是一个DDL语句,用于创建customer表和根据该表定义的触发器。
Since any code after the return statement is unreachable, it's marked in error.
由于return语句后面的所有代码都不能执行,因此将其标记为错误。
Make sure you have a main statement in your code, even if your module holds only functions.
即使模块只包含函数,也要确保代码中有一个main语句。
Within the if statement, add this code
在if 语句中,添加下列代码
应用推荐