“CallableStatement”可以造什么句,CallableStatement造句

来源:语文精选馆 1.76W
CallableStatement造句

调用SEARCH存储过程后,就可以从CallableStatement读取结果集了。

Parameters for the CallableStatement must be specified by either name or by the ordinal format within a single invocation of a routine.

清单16显示了处理结果部分的代码,在这里我们只需要从CallableStatement中获得输出参数。

Listing 16 shows the code for this processing result section, in which we simply get the output parameter from the CallableStatement.

After calling the SEARCH stored procedure, we can retrieve the result set from the CallableStatement.

在调用例程时,必须以名称或顺序格式指定CallableStatement的参数。

热门标签