Procedure call statement的意思|示意
过程调用语句
Procedure call statement的网络常见释义
过程调用语句 ... Procedure call statement 过程调用语句 Concurrent procedure call statement 并行过程调用语句 abstract procedure statement 抽象程序叙述 ...
Procedure call statement相关短语
1、 procedure-call statement 过程调用叙述
2、 Concurrent procedure call statement 并行过程调用语句
3、 procedure-call-statement 过程调用语句
Procedure call statement相关例句
You can also define the shape of your select command, be it an SQL statement or stored procedure call, by either discovering the result set or manually defining the one or more returned result sets.
您还可以通过发现结果集或手工定义一个或多个返回结果集,来定义select命令的形式是一条sql语句还是存储过程调用。
A Data Web Service can contain one or more operations where each is based on a single stored procedure call or SQL statement.
每个Data Web Service可以包含一个或多个操作,每个操作都是基于一个存储过程调用或一条sql语句。
Since you cannot enforce this restriction, data inconsistencies may occur if the remote procedure has a COMMIT or ROLLBACK statement (see the Transaction issues with call statements section below).
因为不能强制实施这一限制,如果远程过程有COMMIT或rollback语句,就可能发生数据不一致(见下面的call语句的事务问题一节)。
Listing 17 shows an example of a CALL statement issued from the CLP to procedure alternate_find_customers and the output generated by the CLP.
清单17显示了从CLP向过程alternate_find _ customers发出的call语句的示例以及clp生成的输出。
ADMIN_CMD Procedure Executes DB2 command line processor (CLP) administrative commands using the SQL CALL statement.
ADMIN_CMD过程使用SQL call语句执行db2命令行处理器(CLP)管理命令。
One method is to register the external program as a stored procedure and then use the SQL Call statement to run the program with a call to the stored procedure.
一种方法是将外部程序注册为存储过程,然后使用 SQL Call 语句调用存储过程来运行程序。