Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.39 KB

updateclob-method-java-lang-string-java-sql-clob.md

File metadata and controls

47 lines (34 loc) · 1.39 KB
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

updateClob Method (java.lang.String, java.sql.Clob)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with a java.sql.Clob value given the column name.

Syntax

  
public void updateClob(java.lang.String columnName,  
                       java.sql.Clob clobValue)  

Parameters

columnName

A String that contains the column name.

clobValue

A Clob object.

Exceptions

SQLServerException

Remarks

This updateClob method is specified by the updateClob method in the java.sql.ResultSet interface.

See Also

updateClob Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class