| title | updateRef Method (SQLServerResultSet) |
|---|---|
| description | updateRef Method (SQLServerResultSet) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerResultSet.updateRef |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Updates the designated column with a java.sql.Ref value.
| 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. |