setOldRowValues method

Syntax
public void setOldRowValues( )
Remarks

Sets the mode of this result set to return old column values (the pre update row). In this mode, the UpdateResultSet represents old column values obtained by the client in the last synchronization.

See also
Example

The following code shows how to set the mode of the UpdateResultSet to return old column values.

// UpdateResultSet results
results.setOldRowValues();