CallableStatement.getObject() | Java

 

Descripción

Sintaxis

Object getObject(int parameterIndex) throws SQLException
<T> T getObject(int parameterIndex, Class<T> type)
Object getObject(int parameterIndex, Map<String,Class<?>> map) throws SQLException
Object getObject(String parameterName) throws SQLException
<T> T getObject(String parameterName, Class<T> type)
Object getObject(String parameterName, Map<String,Class<?>> map) throws SQLException

Parámetros

  • String parameterName,
  • Class<T> type,
  • Class<?>> map,
  • Map<String,
  • int parameterIndex,

Excepciones

SQLException, SQLFeatureNotSupportedException

Clase Padre

CallableStatement

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.