Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.17 KB

createclob-method-sqlserverconnection.md

File metadata and controls

38 lines (27 loc) · 1.17 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
createClob Method (SQLServerConnection)
createClob Method (SQLServerConnection)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference

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