Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.46 KB

File metadata and controls

52 lines (39 loc) · 1.46 KB
title updateObject Method (int, java.lang.Object) | 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.updateObject (int, java.lang.Object)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 4993dfe1-2232-4b3c-b931-dfdb35dd225a
author David-Engel
ms.author v-daenge

updateObject Method (int, java.lang.Object)

[!INCLUDEDriver_JDBC_Download]

Updates the designated column with an Object value given the column index.

Syntax

  
public void updateObject(int index,  
                         java.lang.Object obj)  

Parameters

index

An int that indicates the column index.

obj

An Object value.

Exceptions

SQLServerException

Remarks

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

See Also

updateObject Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class