Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.04 KB

File metadata and controls

39 lines (29 loc) · 1.04 KB
title createNClob Method (SQLServerConnection) | 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 fa160884-394e-4fb2-a6e8-0437b81c149d
author David-Engel
ms.author v-daenge

createNClob Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Creates a NClob object without any data.

Syntax

  
public java.sql.NClob createNClob()  

Return Value

A NClob object.

Exceptions

SQLServerException

Remarks

This createNClob method is specified by the createNClob method in the java.sql.Connection interface.

See Also

SQLServerConnection Members
SQLServerConnection Class