Descripción
Sintaxis
public void setClob(int parameterIndex, Reader reader) throws SQLException
public void setClob(int parameterIndex, Reader reader, long length) throws SQLException
public void setClob(int parameterIndex, Clob x) throws SQLException
public void setClob(String parameterName, Reader reader) throws SQLException
public void setClob(String parameterName, Reader reader, long length) throws SQLException
public void setClob(String parameterName, Clob x) throws SQLException
Parámetros
- String parameterName,
- Reader reader,
- long length,
- Clob 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.