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
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.