Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.57 KB

sqlserverclob-constructor-sqlserverconnection-java-lang-string.md

File metadata and controls

44 lines (32 loc) · 1.57 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
SQLServerClob Constructor (SQLServerConnection, java.lang.String)
SQLServerClob Constructor (SQLServerConnection, java.lang.String)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerConnection.SQLServerClob (java.lang.String)
Assembly

SQLServerClob Constructor (SQLServerConnection, java.lang.String)

[!INCLUDEDriver_JDBC_Download]

Initializes a new instance of the SQLServerClob class when given a SQLServerConnection object and a string of data.

Note

This method has been deprecated in JDBC Driver version 2.0. Instead, use the createClob method of the SQLServerConnection class.

Syntax

  
public SQLServerClob(SQLServerConnection connection,  
                     java.lang.String data)  

Parameters

connection

A SQLServerConnection object.

data

The CLOB data.

See Also

SQLServerClob Constructors
SQLServerClob Members
SQLServerClob Class