The assertion code is executed during debugging, and if one of the conditions is found not to hold, execution statement condit assert usually stops with a message.
断言代码在调试阶段执行,如果发现某个执行代码语句条件没有得到满足,通常会给出相应信息并停止执行。
Using the hyperlinks in the report, you can drill down to the details of each statement, including the statement text and operation information for each execution statement.
利用报告中的超链接,可以钻取每条语句的细节,包括每条执行语句的语句文本和操作信息。
Validate data: statement hooks let you validate parameter data before statement execution, providing the opportunity to do constraint check and data validation at the application level.
验证数据:通过语句钩子可以在执行语句之前验证参数数据,从而为应用程序级的约束检查和数据验证提供机会。
You can drill down into each statement using links to get detailed information about each statement execution.
可以使用链接向下钻取到每个语句,了解每个语句执行情况的详细信息。
The query drill down feature helps determine the length of an SQL statement, the resources each statement USES, the length of the statement execution, the length of the resources wait time and so on.
查询钻取特性有助于判断sql语句的长度、每个语句使用的资源、执行语句的时间长度、等待资源的时间长度等等。
Selecting a statement shows in the lower section the execution details of this statement.
选择一个语句可在底部显示该语句的执行细节。
They are stored in storage areas that you can reference using the connection and statement handles used during execution.
这些结果存储在一些存储区域中,您可以使用执行期间用到的连接和语句句柄来引用结果。
The static SQL statement is pre-compiled and bound to a package before execution.
静态SQL语句是在执行之前预编译并绑定到一个包上的。
Answering these questions generates the query's access path; your tuning aim is to get a better path that will reduce statement execution time.
回答这些问题就会确定查询的访问路径;调优的目标是找到更好的路径,减少语句的执行时间。
Information about all SQL statements executed before the lock-timeout event in the participating transactions, such as statement text, isolation level used, order of execution, and so on.
在参与事务中的锁超时事件前执行的所有sql语句信息,如语句文本、使用的隔离级、执行顺序等等。
The key to HSQLDB's simplicity is the serialization of SQL statement execution.
造成 HSQLDB简单性的关键因素是SQL语句执行的顺序化。
This file is cumulative, in other words, if you have multiple SQL queries after SET EXPLAIN on statement, each query execution plan and its costs would be appended to this file until it is removed.
该文件是累积的,换言之,如果SETEXPLAINON语句之后有多个SQL查询,每个查询的执行计划及其成本都会被追加到文件中,直到将之删除。
If the CANCEL statement names a program that is active to any thread, the execution fails.
如果cancel语句指定了一个程序,并且该程序对于任意线程都是活跃的,那么执行将失败。
If statement execution returns an error, the procedure is automatically aborted or the transaction is rolled back.
如果语句执行返回一个错误,过程将自动中断或回滚事务。
The execution time for an SQL statement is the time required to go through all three phases.
一个sql语句的执行时间是完成上面三个阶段所需的时间。
Listing 9 contains the same three-way join SQL statement that was used in Listing 1 to introduce the concept of access paths and query execution.
清单9包含相同的三路联接sql语句,其用在清单1上以介绍访问路径和查询执行的概念。
For SELECT queries, the text of the remote SQL statement can be found in the details associated with the SHIP operator in the query execution plan.
对于SELECT查询,远程sql语句中的文本可以在查询执行计划中与SHIP操作符相关的细节中找到。
Setting REOPT to ALWAYS causes the statement to be re-compiled for each execution.
将REOPT设置为always后,将针对每次执行重新编译语句。
This means execution of the statement was comparably trivial and hence fast enough to not worry about.
这意味着语句的执行比较普通,因而无需担心其速度。
That implies that the function is called multiple times during the execution of the SQL statement.
这意味着在sql语句的执行期间,该函数会被多次调用。
Number of round trips is the number of requests issued to the data server during the execution of the statement.
往返次数是在语句执行过程中发送给数据服务器的请求数。
Net. Data, on the other hand, supports only immediate execution, where the prepare is done each time a statement executes.
另一方面,Net.Data仅支持立即执行,在这种情况下每次执行语句时都要准备语句。
The execution time of an SQL statement is 4 ms.
一个SQL语句的执行时间为4毫秒。
Options are provided to check the syntax of the SQL defining the view as well as to test the execution of this statement.
提供了选项来检查定义视图的sql语句的语法并测试语句的执行。
Statement execution details about databases are new in 4.1.0.1.
关于数据库的语句执行细节是4.1.0.1的新增特性。
Statement execution details on databases.
关于数据库的语句执行细节。
The resulting page displays a detailed profile of an SQL statement execution, selected through drill down.
产生的页面显示sql语句的详细执行情况。
The null indicator values are populated during the execution of the SQL FETCH statement.
空指示符值在SQLFETCH语句执行过程中填充。
The direct statement execution method includes additional logic to strip the data after the where clause in the SQL statement.
直接的语句执行方法包括:sql语句中在where子句之后剥离数据的附加逻辑。
The die statement halts program execution and displays text to the Web browser.
die语句会中止程序执行,并在Web浏览器上显示文本。
应用推荐