Descripción
Sintaxis
void updateObject(int columnIndex, Object x) throws SQLException
void updateObject(int columnIndex, Object x, int scaleOrLength) throws SQLException
default void updateObject(int columnIndex, Object x, SQLType targetSqlType) throws SQLException
default void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException
void updateObject(String columnLabel, Object x) throws SQLException
void updateObject(String columnLabel, Object x, int scaleOrLength) throws SQLException
default void updateObject(String columnLabel, Object x, SQLType targetSqlType) throws SQLException
default void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException
Parámetros
- int scaleOrLength,
- SQLType targetSqlType,
- String columnLabel,
- int columnIndex,
- Object x,
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.