Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.6 KB

File metadata and controls

28 lines (22 loc) · 1.6 KB
title getNClob Method (SQLServerResultSet)
description getNClob Method (SQLServerResultSet)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

getNClob Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

Retrieves the value of the designated column in the current row of the SQLServerResultSet object as an NClob object in the Java programming language.

Overload List

Name Description
getNClob Method (int) (SQLServerResultSet) Retrieves the value of the designated column in the current row of the SQLServerResultSet object as an NClob object in the Java programming language.
getNClob Method (java.lang.String) (SQLServerResultSet) Retrieves the value of the designated column in the current row of the SQLServerResultSet object as an NClob object in the Java programming language.

See Also

SQLServerResultSet Members
SQLServerResultSet Class