Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.27 KB

File metadata and controls

35 lines (29 loc) · 1.27 KB
title updateRef 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.updateRef
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 1d80d9e1-4f58-4cc2-9ed6-786fdf3e2660
author David-Engel
ms.author v-daenge

updateRef Method (SQLServerResultSet)

[!INCLUDEDriver_JDBC_Download]

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

Overload List

Name Description
updateRef (int, java.sql.Ref) Updates the designated column with a java.sql.Ref value given the column index.
updateRef (java.lang.String, java.sql.Ref) Updates the designated column with a java.sql.Ref value given the column name.

See Also

SQLServerResultSet Members
SQLServerResultSet Class