Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 956 Bytes

File metadata and controls

36 lines (26 loc) · 956 Bytes
title createNClob Method (SQLServerConnection)
description createNClob Method (SQLServerConnection)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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