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

SQL Anywhere 11.0.1 (Français) » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java reference » UpdateResultSet

 

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