共用方式為


updateRef Method (int, java.sql.Ref)

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.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerResultSet Class

概念

updateRef Method (SQLServerResultSet)
SQLServerResultSet Methods
SQLServerResultSet Members