國文屋

位置:首頁 > 造句 > 

“CallableStatement”造句,怎麼用CallableStatement造句

造句1.69W

在呼叫例程時,必須以名稱或順序格式指定CallableStatement的引數。

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

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

清單16顯示了處理結果部分的程式碼,在這裡我們只需要從CallableStatement中獲得輸出引數。

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

CallableStatement造句

呼叫SEARCH儲存過程後,就可以從CallableStatement讀取結果集了。