Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.39 KB

File metadata and controls

47 lines (34 loc) · 1.39 KB
title updateClob Method (java.lang.String, java.sql.Clob)
description updateClob Method (java.lang.String, java.sql.Clob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerResultSet.updateClob (java.lang.String, java.sql.Clob)
apitype 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