With such plumbs, you can target the statement, loop, function, class, or library that is most sluggish.
有了这种垂直度,就可以将语句、循环、函数、类或者是运行缓慢的库作为分析目标。
You can either call the function directly, or create a view based on this statement and then query the view.
可以直接调用此函数,也可以根据这个语句创建视图,然后查询视图。
FETCH (13) represents the first SET statement in the function, selecting from the ITEM table.
FETCH(13)表示函数中的第一条set语句,它从item表中进行选择。
A callback function invoked if the statement is executed successfully.
一个回调函数,在语句成功执行时调用。
Note that an assignment statement which is assigning a function literal or object literal is still an assignment statement and must end with a semicolon.
注意一个函数赋值或对象赋值语句也是赋值语句,应该以分号结尾。
The XMLVALIDATE function in the action part of trigger statement validates the employee information specified in the INFO column.
触发器语句的操作部分的XMLVALIDATE函数验证在INFO列中指定的雇员信息。
The action part of the trigger statement includes the XMLVALIDATE function to validate the XML documents against the XML schema specified.
触发器语句的操作部分包含xmlvalidate函数,它根据指定的模式验证XML文档。
This automatic validation is done in the action part of the trigger statement using the XMLVALIDATE function.
自动验证是由触发器语句的操作部分通过XMLVALIDATE函数完成的。
DB2 V8.2.2 introduces a new method that you can use to implement that same change password function in the CONNECT statement.
DB 2V8.2.2引入了一种新的方法,可用于实现connect语句中这一相同的更改密码功能。
After it is converted, the SQL statement is run, and the results are returned from the function.
转换后,将运行sql语句,并且从函数返回结果。
The result of the rdf.complete function call is a node set of Statement elements.
plete函数调用的结果是Statement元素的一个节点集。
The CREATE transform statement enables an existing function to be used as a transform function.
CREATETRANSFORM允许将现有的函数用作转换函数。
If you want to reissue the same statement multiple times, the odbc_exec function is an expensive approach because it prepares and executes the statement every time.
如果您想多次重复发出同一条语句,那么odbc_exec函数是一种代价高昂的方法,因为它每次都要编译并执行该语句。
If you want to issue the same statement multiple times, the odbc_exec function is an expensive approach because it prepares and executes the statement every time.
如果需要多次发出同一语句,odbc_exec函数是一种代价高昂的方法,因为它每次都要准备和执行这条语句。
The odbc_prepare function prepares an SQL statement with the database management system, then odbc_execute sends in the variables.
odbc _ prepare函数为数据库管理系统准备了一个sql语句,然后odbc_execute函数会在变量中发送该语句。
This statement passes a row as the second argument of the genxml2 function.
这个语句传递一行,作为genxml2函数的第二个参数。
When you call the odbc_exec function for a SELECT statement, the function returns a result set identifier.
当您为select语句调用odbc_exec函数时,该函数返回一个结果集标识符。
To show SQL statements in PHP, use the echo function for each statement.
要在PHP中显示sql语句,需要对每条语句使用echo函数。
The first line of the query issues a SQL SELECT statement that invokes an industry-standard SQL function (XMLQUERY).
查询的第一行发出一个SQLselect语句,其中调用了一个行业标准的SQL函数(XMLQUERY)。
For several versions, we have had generators defined with the yield statement in a function body.
有几个版本中已出现了在函数体中用yield语句定义的生成器。
You'll have to retrain your fingers to stop typing print "hello" and start typing print("hello"), because print is now a function, not a statement.
如今,您将需要让手指习惯于键入print("hello"),而不是原来的 print "hello",这是因为 print现在是一个函数,不再是一个语句。
Avoid putting DTrace probes as the last statement within a function.
不要让DTrace探测作为函数中的最后一个语句。
The module demonstrates how to prepare an INSERT statement that contains parameter markers using the odbc_prepare() function.
该模块演示了如何使用 odbc_prepare()函数准备包含参数标志的INSERT语句。
Alter the generated SQL statement to include a PASSING clause in the XQuery function.
更改生成的sql语句以在XQuery函数中包括一个passing子句。
The procedure in Listing 22 demonstrates the solidDB scalar function TIMESTAMPDIFF, used in an assignment statement.
清单22中的过程演示了solidDB标量函数TIMESTAMPDIFF,用于一条复制语句。
The obsolete ALTER statement provides the same function as EVALUATE.
已被废弃的alter语句提供了与EVALUATE相同的功能。
This is done in the last statement of the createColumn function.
这由createcolumn函数的最后一个语句完成。
TBSCAN(18) represents the RETURN statement in the SQL Table function.
TBSCAN(18)表示这个SQL表函数中的RETURN语句。
Update 2 is an SQL SELECT statement with the same XMLQUERY function, transform expression, and WHERE clause, as in Update 1.
更新2是一个SQLselect语句,其中包含与更新1相同的XMLQUERY函数、转换表达式和where子句。
SQLExecute() function executes the statement
SQLExecute()函数执行语句
应用推荐