dbsync_core.t_dbsync_event_array type
The t_dbsync_event_array
type defines a dynamic array
of DB Sync events.
Syntax
TYPE t_dbsync_event_array DYNAMIC ARRAY OF t_dbsync_event
Usage
The t_dbsync_event_array
type is used to hold a set of DB Sync events send by
the DB Sync client app or returned from the DB Sync server.
This type is used for example as parameter for the the dbsync_app.apply_data_changes()
function.
Example
LET s = dbsync_app.apply_data_changes( dbsync_app.get_result_events() )