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)

参数

connection

A SQLServerConnection object.

data

The CLOB data.

另请参见

SQLServerClob Class
SQLServerClob Constructors
SQLServerClob Members