إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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