Install the stored procedure in db2.
在DB 2中安装存储过程。
Convert the UDF to a stored procedure.
把udf转换为存储过程。
SQL1042 when calling a stored procedure.
调用存储过程时的SQL 1042。
Now the stored procedure runs successfully.
现在,存储过程成功运行了。
Deploy the stored procedure to the database.
将这个存储过程部署到数据库。
Each stored procedure requires two parameters.
每个存储过程都需要两个参数。
Listing 3 shows how to call a stored procedure.
清单3将显示如何调用存储过程。
Three parameters are passed to a stored procedure.
将三个参数传递给存储过程。
Each interface is implemented as a stored procedure.
每个接口被实现为一个存储过程。
If the query fails, the stored procedure is aborted.
如果查询失败,那么存储过程将终止。
If the action fails, the stored procedure is aborted.
如果操作失败,那么存储过程将中止。
Obviously, a stored procedure doesn't have to return a resultset.
显然,存储过程不一定非要返回结果集。
What is the relationship between CMP fields and a stored procedure?
cmp字段和存储过程之间是什么关系?
Identify logging statements for each stored procedure and each DB2 agent.
为每个存储过程和每个DB 2代理确定日志语句。
In order to accomplish this a stored Procedure is created in the Database.
为了实现这一目的,在数据库中创建一个存储过程。
You can modify the previous stored procedure to calculate insurance rates.
可以修改前面的存储过程来计算保险费。
Answer: This is an open source framework for DB2 stored procedure logging.
解答:这是一个提供DB 2存储过程日志功能的开放源码框架。
A stored procedure provides a natural means to bundle statements into a block.
存储过程为将语句绑定到块中提供了一种自然的方式。
That is, all database access is performed through stored procedure invocations.
也就是说,所有数据库访问都是通过存储过程调用来执行的。
Observe the implications of this restriction when testing your stored procedure.
请在测试存储过程时观察这一限制的影响。
But first you should create your stored procedure in the destination database MYSAMPLE.
但是,首先应该在目标数据库mysample中创建存储过程。
These include comparing timestamps, running a stored procedure, and ignoring conflicts.
这些规则包括比较时间戳、返回一个存储过程和忽略冲突。
Migration of the stored procedure call: the new stored procedure call looks as follows.
存储过程调用的迁移:新的存储过程调用看起来像下面这样。
A federated stored procedure can be thought of as a nickname for a remote stored procedure.
联邦存储过程可以看作是远程存储过程的一个昵称。
Move the trigger logic to a stored procedure and call the stored procedure from the trigger.
把触发器逻辑转移到存储过程中并从触发器调用存储过程。
The stored procedure type and programming language are transparent to the stored procedure client.
存储过程类型和编程语言对于客户机是透明的。
Notice that once the stored procedure returns successfully it registers with the compensation framework.
注意,一旦存储过程成功返回,它就会使用补偿框架注册。
What if you could pass the entire file to a stored procedure and let the stored procedure handle the entire process?
如果您可以将整个文件传递到存储过程并且让存储过程处理整个过程,情况会怎样?
The JDBC client called the remote stored procedure either directly or using a corresponding federated stored procedure.
JDBC客户机或者直接调用远程存储过程,或者使用相应的联邦存储过程。
The scope of savepoints set inside a stored procedure is restricted to the individual execution of the stored procedure.
存储过程内部设置的保存点的范围被限制为存储过程的单次执行。
应用推荐