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.
Updates the designated column with a java.sql.Clob value.
Overload List
| Name | Description |
|---|---|
| updateClob (int, java.sql.Clob) | Updates the designated column with a java.sql.Clob value given the column index. |
| updateClob Method (int, java.io.Reader) | Updates the designated column using the specified Reader object. |
| updateClob Method (java.lang.String, java.io.Reader, long) | Updates the designated column using the specified Reader object, which is the specified number of characters long. |
| updateClob (java.lang.String, java.sql.Clob) | Updates the designated column with a java.sql.Clob value given the column name. |
| updateClob Method (java.lang.String, java.io.Reader) | Updates the designated column using the specified Reader object. |
| updateClob Method (java.lang.String, java.io.Reader, long) | Updates the designated column using the specified Reader object, which is the specified number of characters long. |