Sets the designated parameter to the given Clob object.

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

Parameters

i

An integer that indicates the parameter number.

x

A Clob object.

Exceptions

SQLServerException

Remarks

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

See Also