Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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