Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.42 KB

File metadata and controls

46 lines (33 loc) · 1.42 KB
title getNClob Method (int) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid 10dfa251-9408-469e-ae2a-1acf3917cf47
author David-Engel
ms.author v-daenge

getNClob Method (int)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public java.sql.NClob getNClob(int parameterIndex)  

Parameters

parameterIndex

An int that indicates the parameter index.

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