다음을 통해 공유


getNClob Method (java.lang.String)

Retrieves the value of a JDBC NCLOB parameter as a NClob object in the Java programming language.

참고

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

public java.sql.NClob getNClob(java.lang.String parameterName)

매개 변수

parameterName

A String that contains the parameter name.

반환 값

A NClob object.

예외

SQLServerException

주의

This getNClob method is specified by the getNClob method in the java.sql.CallableStatement interface.

This method only supports retrieving NCHAR, NVARCHAR, NTEXT, and XML parameters. Calling these methods on other data type parameters will cause an exception.

참고

개념

getNClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members