Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.12 KB

updateclob-method-sqlserverresultset.md

File metadata and controls

34 lines (28 loc) · 2.12 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
updateClob Method (SQLServerResultSet)
updateClob Method (SQLServerResultSet)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerResultSet.updateClob
Assembly

updateClob Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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.

See Also

SQLServerResultSet Members
SQLServerResultSet Class