| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | eab3ebae-3f68-4303-869a-fee06e3a9c71 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a java.sql.Ref value given the column index.
public void updateRef(int columnIndex,
java.sql.Ref x)
columnIndex
An int that indicates the column index.
x
A Ref object.
This updateRef method is specified by the updateRef method in the java.sql.ResultSet interface.
updateRef Method (SQLServerResultSet)
SQLServerResultSet Members
SQLServerResultSet Class