Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Creates a SQLServerCallableStatement object for calling database stored procedures.
Overload List
| Name | Description |
|---|---|
| prepareCall (java.lang.String) | Creates a SQLServerCallableStatement object for calling database stored procedures. |
| prepareCall (java.lang.String, int, int) | Creates a SQLServerCallableStatement object that generates SQLServerResultSet objects with the given type and concurrency. |
| prepareCall (java.lang.String, int, int, int) | Creates a SQLServerCallableStatement object that generates SQLServerResultSet objects with the given type, concurrency, and holdability. |