Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.24 KB

File metadata and controls

41 lines (30 loc) · 1.24 KB
title createClob 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 58b0865a-1cde-4046-9761-51e471294023
author David-Engel
ms.author v-daenge

createClob Method (SQLServerConnection)

[!INCLUDEDriver_JDBC_Download]

Creates a Clob object without any data.

Syntax

  
public java.sql.Clob createClob()  

Return Value

A Clob object.

Exceptions

SQLServerException

Remarks

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

This method replaces the need for SQLServerClob Constructor (SQLServerConnection, java.lang.String).

See Also

SQLServerConnection Members
SQLServerConnection Class