Descripción
Sintaxis
void setObject(int parameterIndex, Object x) throws SQLException
void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException
void setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException
default void setObject(int parameterIndex, Object x, SQLType targetSqlType) throws SQLException
default void setObject(int parameterIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException
Parámetros
- int scaleOrLength,
- SQLType targetSqlType,
- int targetSqlType,
- Object x,
- int parameterIndex,
Excepciones
SQLException, SQLFeatureNotSupportedException
Clase Padre
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.