Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
Retrieves the value of the designated parameter as a Reader object given the parameter name.
Syntax
public final java.io.Reader getNCharacterStream(java.lang.String columnLabel)
Parameters
columnLabel
A String that contains the column label.
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