setClob Method (SQLServerPreparedStatement)

Sets the designated parameter to the given Clob object.

public final void setClob(int i,
                          java.sql.Clob x)

参数

i

An int that indicates the parameter number.

x

A Clob object.

异常

SQLServerException

备注

This setClob method is specified by the setClob method in the java.sql.PreparedStatement interface.

另请参见

参考

SQLServerPreparedStatement Class

概念

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members