Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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