title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
updateClob Method (java.lang.String, java.sql.Clob) |
updateClob Method (java.lang.String, java.sql.Clob) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerResultSet.updateClob (java.lang.String, java.sql.Clob) |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a java.sql.Clob value given the column name.
public void updateClob(java.lang.String columnName,
java.sql.Clob clobValue)
columnName
A String that contains the column name.
clobValue
A Clob object.
This updateClob method is specified by the updateClob method in the java.sql.ResultSet interface.
updateClob Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class