| title | getNCharacterStream Method (java.lang.String) |
|---|---|
| description | getNCharacterStream Method (java.lang.String) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
Retrieves the value of the designated parameter as a Reader object given the parameter name.
public final java.io.Reader getNCharacterStream(java.lang.String columnLabel)
columnLabel
A String that contains the column label.
AReaderobject.
This method should be used when accessing NCHAR, NVARCHAR and LONGNVARCHAR parameters.
This getNCharacterStream method is specified by the getNCharacterStream method in the java.sql.CallableStatement interface.
getNCharacterStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members