Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.33 KB

File metadata and controls

47 lines (34 loc) · 1.33 KB
title updateClob Method (int, java.sql.Clob)
description updateClob Method (int, 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 (int, java.sql.Clob)
apitype Assembly

updateClob Method (int, java.sql.Clob)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateClob(int columnIndex,  
                       java.sql.Clob clobValue)  

Parameters

columnIndex

An int that indicates the column index.

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