• The tests should adequately cover the kernel code to help support the stability statement produced from their results.

    测试应该充分地覆盖内核代码帮助支持结果中生成稳定性声明

    youdao

  • The first of the four assertions at the bottom of the code verifies that the appropriate SQL statement was created.

    代码底部四个声明中的第一个声明会验证适当SQL语句是否创建

    youdao

  • 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语句中指定,那么控制将传递处理程序,过程将退出。

    youdao

  • The following code snippets show the differences when using a Statement and a PreparedStatement.

    下面代码片段显示使用Statement使用PreparedStatement的不同之处。

    youdao

  • Improved reverse engineering and round trip operations better handle the following code statement.

    改进逆向工程环形路线操作更好地处理以下代码声明

    youdao

  • To your problem statement, you ask "what are your owned members?". In code, it looks like this.

    对于问题陈述可以问什么自己成员?”

    youdao

  • You need to be able to see the SQL statement generated (and submitted by the code to the MySQL engine) to see whether that's where the problem lies.

    必须能够查看生成(代码提交MySQL引擎)sql语句查看问题是不是语句里。

    youdao

  • The problem isn't entirely in the if statement, but mostly in the amount of code in the if statement.

    问题并不完全归结if语句上,if 语句代码数量才是关键

    youdao

  • At the moment the query is created, no SQL statement is issued to the database. The SQL statement is created and executed when your code iterates the IQueryable object.

    创建这个查询时,SQL语句并没有被发送数据库中,只有当代码中对这个IQueryable对象进行Iterate操作时,这个SQL语句才会被创建执行,这个概念就是延迟执行。

    youdao

  • The code above is a single line statement, but had to be indented to fit this format.

    上面代码一个单行语句但是为了适合这个格式进行排。

    youdao

  • It generates the code required to execute each SQL statement annotated for each method in the interface.

    生成代码用来执行针对接口每个方法进行注释的每个sql语句

    youdao

  • But when each statement includes too many choices and too much code, it could be an indication of code that needs to refactored.

    一个语句包含太多选择代码时,可能暗示需要重构的代码。

    youdao

  • You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.

    可以通过许多方法来测量代码覆盖率通过评估代码行语句覆盖面条件覆盖面、分支覆盖面等等

    youdao

  • This variable contains the error code of the latest SQL statement executed.

    变量包含最近执行条 SQL语句错误代码

    youdao

  • Switch to the stored procedure editor ASSOC_PROC and pass the code between the cursor declaration and the cursor "OPEN" statement.

    切换存储过程编辑器 ASSOC_PROC 并传递指针声明指针 “OPEN语句之间的那些代码

    youdao

  • The statement information panel provides additional meta information about the statement and provides a key ability to trace a statement execution back to an application's source code.

    语句信息面板提供关于语句的额外信息,提供了一项关键功能可以追踪语句执行,直到应用程序源代码。

    youdao

  • Processing stops immediately when this statement is executed, and the procedure return code to the caller is the value of SQLERROR.

    执行语句处理立即停止过程返回调用代码SQLERROR

    youdao

  • 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语句代码示例

    youdao

  • This means that under JDBC 3.0, your existing code will automatically leverage statement pooling.

    意味着,在JDBC 3.0现存代码可以自动利用语句

    youdao

  • The whole INSERT statement is converted from the client code page to the database code page, and then the XMLPARSE document string is converted to UTF-8 for parsing into XML.

    整个insert语句客户机代码转换数据库代码页,然后XMLPARSE文档字符串被转换到utf - 8以便解析XML。

    youdao

  • 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语句创建数据库时,操作系统地区设置推导出数据库编码

    youdao

  • A far more accurate measure — one that can even gauge the time taken to run a single-source code statementcan be taken using a code profiler.

    一种精确测量——甚至可以测量运行单个源代码语句时间——可以采用代码分析器。

    youdao

  • When the return SQLERROR statement is executed, processing halts and the error code 10029 is returned to the caller.

    执行RETURN sqlerror语句时,处理暂停错误代码10029返回调用者。

    youdao

  • In this example, we have chosen to fix the CREATE PROCEDURE statement instead of modifying the source code.

    这个例子中,我们选择修改CREATEprocedure语句而不是修改源代码

    youdao

  • For both databases you can declare error handlers that will determine what action are taken if an SQL statement fails with a particular error code (SQLCODE or SQLSTATE).

    对于这两种平台上的数据库都可以声明错误处理程序,如果带有特殊的错误代码(SQLCODESQLSTATE)的sql语句失败,那么该处理程序判定应采取哪些措施

    youdao

  • Despite that, we still see code that first runs a SELECT statement to find the maximum id, then adds one to that id, as well as a new record.

    除此之外,我们仍然会看到这样的代码首先运行select语句找到最大id然后id1找到一个记录。

    youdao

  • Running the same code using the JSON format yields a much more compact statement

    使用JSON格式运行相同代码将得到精简多的语句

    youdao

  • The eval statement in Listing 3 will execute whatever code the server returns, so there is a security risk here.

    清单3中的eval语句执行服务器返回所有代码因此这里存在安全风险

    youdao

  • 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语句应用程序代码替换为以下代码

    youdao

  • The following code is a DDL statement to create the customer table and a trigger defined on the table.

    以下代码一个DDL语句用于创建customer根据该表定义触发器

    youdao

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

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

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