共用方式為


SQLServerClob Constructor (SQLServerConnection, java.lang.String)

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