Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java reference » UpdateResultSet

 

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();