getNCharacterStream Method (SQLServerResultSet)

Download JDBC driver

Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a Reader object.

Overload List

Name Description
getNCharacterStream Method (int) (SQLServerResultSet) Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a Reader object.
getNCharacterStream Method (java.lang.String) (SQLServerResultSet) Retrieves the value of the designated column in the current row of the SQLServerResultSet object as a Reader object.

See Also

SQLServerResultSet Members
SQLServerResultSet Class