Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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