[ Version ( since = "5.2.0" ) ]
public bool prepare_for_offline () throws Error
Use this method to make sure all the data contained in the data model are stored on the client side (and that no subsquent call to the server will be necessary to access that data), at the cost of a higher memory consumption.
This method is useful in the following situations:
Note that this method will fail if:
this |
a DataSelect object |
|