Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.37 KB

getnclob-method-java-lang-string.md

File metadata and controls

43 lines (30 loc) · 1.37 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
getNClob Method (java.lang.String)
getNClob Method (java.lang.String)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

getNClob Method (java.lang.String)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

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

Parameters

parameterName

A String that contains the parameter name.

Return Value

ANClobobject.

Exceptions

SQLServerException

Remarks

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.

See Also

getNClob Method (SQLServerCallableStatement)
SQLServerCallableStatement Members