SQLServerClob Constructor (SQLServerConnection, java.lang.String)
Initializes a new instance of the SQLServerClob class when given a SQLServerConnection object and a string of data.
Nota
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)
Parametri
connection
A SQLServerConnection object.
data
The CLOB data.