Compartir a través de


updateNCharacterStream Method (int, java.io.Reader)

Updates the designated column with a character stream value.

Nota

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public void updateNCharacterStream(int columnIndex,
                                  java.io.Reader x)

Parámetros

columnIndex

An int that indicates the column index.

x

A Reader object.

Excepciones

SQLServerException

Observaciones

This updateNCharacterStream method is specified by the updateNCharacterStream method in the java.sql.ResultSet interface.

This method passes Unicode characters from a Reader object to selected nchar, nvarchar(max), ntext and xml columns. Using this method on other data type columns will throw an exception.

Vea también

Referencia

SQLServerResultSet Class

Conceptos

updateNCharacterStream Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members