updateRef Method (SQLServerResultSet)
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. |