Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Updates the designated column with a character stream value.
Syntax
public void updateNCharacterStream(int columnIndex,
java.io.Reader x)
Parameters
columnIndex
An int that indicates the column index.
x
A Reader object.
Exceptions
Remarks
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.
See Also
updateNCharacterStream Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class