ResultSet.updateObject() | Java

 

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

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.