getNCharacterStream Method (java.lang.String)
Retrieves the value of the designated parameter as a Reader object given the parameter name.
Nota
This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.
public final java.io.Reader getNCharacterStream(java.lang.String columnLabel)
Parámetros
columnLabel
A String that contains the column label.
Valor devuelto
A Reader object.
Excepciones
Observaciones
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.
Vea también
Conceptos
getNCharacterStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members