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