Condividi tramite


getNCharacterStream Method (int)

Retrieves the value of the designated parameter as a Reader object given the parameter index.

Nota

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public final java.io.Reader getNCharacterStream(int parameterIndex)

Parametri

parameterIndex

An int that indicates the parameter index.

Valore restituito

A Reader object.

Eccezioni

SQLServerException

Osservazioni

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.

Vedere anche

Concetti

getNCharacterStream Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members