Initializes a new instance of the SQLServerClob class when given a SQLServerConnection object and a string of data.
public SQLServerClob(SQLServerConnection connection, java.lang.String data)
Parameters
connection
A SQLServerConnection object.
data
The CLOB data.