| title | SQLServerClob Constructor (SQLServerConnection, java.lang.String) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.reviewer | ||
| ms.suite | sql | |
| ms.technology | connectivity | |
| ms.tgt_pltfrm | ||
| ms.topic | conceptual | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 7058f4f7-ef3e-4d62-90d1-79299708b1eb | |
| caps.latest.revision | 16 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | craigg |
[!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.
public SQLServerClob(SQLServerConnection connection,
java.lang.String data)
connection
A SQLServerConnection object.
data
The CLOB data.
SQLServerClob Constructors
SQLServerClob Members
SQLServerClob Class