Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.32 KB

File metadata and controls

30 lines (24 loc) · 1.32 KB
title getNClob Method (SQLServerCallableStatement) | 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 9a86daeb-03b2-45ef-82d3-495f33fb0113
author David-Engel
ms.author v-daenge

getNClob Method (SQLServerCallableStatement)

[!INCLUDEDriver_JDBC_Download]

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

Overload List

Name Description
getNClob Method (int) Retrieves the value of the designated JDBC NCLOB parameter as an NClob object in the Java programming language.
getNClob Method (java.lang.String) Retrieves the value of a JDBC NCLOB parameter as an NClob object in the Java programming language.

See Also

SQLServerCallableStatement Members
SQLServerCallableStatement Class