Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the designated parameter to a java.sql.Clob object.
Overload List
Name | Description |
---|---|
setClob Method (int, java.io.Reader) | Sets the designated parameter to a java.sql.Clob object. |
setClob Method (int, java.sql.Clob) | Sets the designated parameter to the given java.sql.Clob object. |
setClob Method (int, java.io.Reader, long) | Sets the designated parameter to a java.sql.Clob object, which is the specified number of characters long. |
Remarks
No server driver behavior. For details see JSE 6 API spec.
See Also
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class