הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
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. |