updateClob Method (SQLServerResultSet)
Updates the designated column with a java.sql.Clob value.
Overload List
Name | Description |
---|---|
Updates the designated column with a java.sql.Clob value given the column index. |
|
Updates the designated column using the specified Reader object. |
|
Updates the designated column using the specified Reader object, which is the specified number of characters long. |
|
Updates the designated column with a java.sql.Clob value given the column name. |
|
Updates the designated column using the specified Reader object. |
|
Updates the designated column using the specified Reader object, which is the specified number of characters long. |