Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete pokušati prijaviti se ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš pokušati promijeniti direktorije.
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