getNCharacterStream Method (int)
Retrieves the value of the designated parameter as a Reader object given the parameter index.
Syntax
public final java.io.Reader getNCharacterStream(int parameterIndex)
Parameters
parameterIndex
An int that indicates the parameter index.
Return Value
AReaderobject.
Exceptions
Remarks
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.
See Also
getNCharacterStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Members