Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.23 KB

File metadata and controls

39 lines (33 loc) · 2.23 KB
title updateClob Method (SQLServerResultSet) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerResultSet.updateClob
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid e841f9a6-e94f-4552-a0e2-aefe3d84faf0
author David-Engel
ms.author v-daenge

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