หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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. |