共用方式為


updateRow Method (SQLServerResultSet)

Updates the underlying database with the new contents of the current row of this SQLServerResultSet object.

public void updateRow()

例外狀況

SQLServerException

備註

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

This method cannot be called when the cursor is on the insert row.

If this method is called when no column values have changed, an exception will be thrown.

另請參閱

參考

SQLServerResultSet Class

概念

SQLServerResultSet Methods
SQLServerResultSet Members