Compartir a través de


getNClob Method (int)

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

Nota

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

public java.sql.NClob getNClob(int parameterIndex)

Parámetros

parameterIndex

An int that indicates the parameter index.

Valor devuelto

A NClob object.

Excepciones

SQLServerException

Observaciones

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.

Vea también

Conceptos

getNClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Methods
SQLServerCallableStatement Members