Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |