Descripción
Sintaxis
public void setNull(int parameterIndex, int sqlType) throws SQLException
public void setNull(int parameterIndex, int sqlType, String typeName) throws SQLException
public void setNull(String parameterName, int sqlType) throws SQLException
public void setNull(String parameterName, int sqlType, String typeName) throws SQLException
Parámetros
- String parameterName,
- int sqlType,
- String typeName,
- 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.