Java 的 java.sql.CallableStatement 類別有一個 叫做 getMoreResults(int current) 的 method,
可以傳入 int current 作為參數,
int current 的值可以使用 java.sql.Statement 的一些 static 屬性值,
例如:
Statement.CLOSE_CURRENT_RESULT = 1
Statement.KEEP_CURRENT_RESULT = 2
但要注意不是每一個 JDBC driver 都支援所有值,
例如 Microfost 官方 getMoreResults Method (int) 這篇文有說到其官方 JDBC driver
(com.microsoft.sqlserver.jdbc.SQLServerDrive)
並不支援
Statement.KEEP_CURRENT_RESULT :
==> KEEP_CURRENT_RESULT (not supported by the JDBC driver)
沒有留言 :
張貼留言