procedure-call statement的意思|示意
过程调用语句
procedure-call statement的网络常见释义
过程调用叙述 ... procedure-call statement 过程调用叙述 procedure call 过程调用 register-use or procedure-call convention 寄存器使用或过程调用协议 ...
procedure-call statement相关短语
1、 Procedure call statement 过程调用语句
2、 Concurrent procedure call statement 并行过程调用语句
3、 procedure-call-statement 过程调用语句
procedure-call statement相关例句
ADMIN_CMD Procedure Executes DB2 command line processor (CLP) administrative commands using the SQL CALL statement.
ADMIN_CMD过程使用SQL call语句执行db2命令行处理器(CLP)管理命令。
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 call is issued to the RPG CLOSE_SQL_CURSOR sub-procedure which contains the embedded SQL CLOSE statement.
一个调用被发送到RPG close_sql_cursor子过程,该子过程包含嵌入的SQL close语句。
I can now call this procedure, return a result set, move that data into a collection, and then use the collection in a FORALL statement, as shown in Listing 3.
现在我们可以调用这个过程来返回结果集,并将数据保存在集合中,然后在FORALL语句中使用这个集合来达成目的。
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 语句调用存储过程来运行程序。
The implementation of the stored procedure described in this section addresses those needs because CALL is a SQL statement of its own.
这一节中描述的存储过程的实现解决了这些需求,因为CALL本身是一个sql语句。