Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.42 KB

File metadata and controls

52 lines (39 loc) · 1.42 KB
title updateRef Method (int, java.sql.Ref) | 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.updateRef (int, java.sql.Ref)
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid eab3ebae-3f68-4303-869a-fee06e3a9c71
author David-Engel
ms.author v-daenge

updateRef Method (int, java.sql.Ref)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public void updateRef(int columnIndex,  
                      java.sql.Ref x)  

Parameters

columnIndex

An int that indicates the column index.

x

A Ref object.

Exceptions

SQLServerException

Remarks

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

See Also

updateRef Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class