The stored procedure type and programming language are transparent to the stored procedure client.
存储过程类型和编程语言对于客户机是透明的。
Listing 1 shows an array data type and a procedure that USES it.
清单1显示了一个阵列数据类型和使用该类型的过程。
If the remote procedure returns an unsupported result set type, such as LOB or XML, the CALL returns error SQL3324N.
如果远程过程返回不受支持的结果集类型,比如lob或XML,那么CALL返回错误SQL 3324n。
The format is the same. I'm going to ask for some input, and then I am going to use that procedure to check, is this the right type of value. And I'm trying to use that to do the coercion if you like. Same thing if it works, I'm going to skip that, if it not, it's going to throw the exception.
格式是一样的,我需要一些输入,然后我要用一个过程来检查,是否是正确的值,然后你就可以做强制转换了,如果能运行,那是一样的,我打算跳过这段,如果不正确,那就会抛出一个异常。
应用推荐