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
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.