หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves the value of the designated parameter as an object in the Java programming language.
Overload List
| Name | Description |
|---|---|
| getObject (int) | Retrieves the value of the designated parameter as an object in the Java programming language given the parameter index. |
| getObject (int, java.util.Map) | Retrieves the value of the designated parameter as an object in the Java programming language given the parameter index, using the given Map object. |
| getObject (java.lang.String) | Retrieves the value of the designated parameter as an object in the Java programming language given the parameter name. |
| getObject (java.lang.String, java.util.Map) | Retrieves the value of the designated parameter as an object in the Java programming language given the parameter name, using the given Map object. |
See Also
SQLServerCallableStatement Members
SQLServerCallableStatement Class