ResultSet.getObject() | Java

 

Descripción

Sintaxis

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

Parámetros

  • Class<T> type,
  • String columnLabel,
  • int columnIndex,
  • Class<?>> map,
  • Map<String,

Excepciones

SQLException, SQLFeatureNotSupportedException

Clase Padre

ResultSet

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.