Descripción
Sintaxis
public void setObject(int parameterIndex, Object x) throws SQLException
public void setObject(int parameterIndex, Object x, int targetSqlType) throws SQLException
public void setObject(int parameterIndex, Object x, int targetSqlType, int scale) throws SQLException
public void setObject(String parameterName, Object x) throws SQLException
public void setObject(String parameterName, Object x, int targetSqlType) throws SQLException
public void setObject(String parameterName, Object x, int targetSqlType, int scale) throws SQLException
Parámetros
- String parameterName,
- int targetSqlType,
- int scale,
- Object x,
- 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.