다음을 통해 공유


getNCharacterStream Method (java.lang.String)

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

참고

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)

매개 변수

columnLabel

A String that contains the column label.

반환 값

A Reader object.

예외

SQLServerException

주의

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 Methods
SQLServerCallableStatement Members