setNewRowValues method

Syntax
public void setNewRowValues( )
Remarks

Sets the mode of this result set to return new column values ( the post update row). The result set represents the latest updated values in the remote client database. This is the default mode.

See also
Example

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

// UpdateResultSet results
results.setNewRowValues();