dbsync_core.t_app_id type
The t_app_id
type defines the data type for DB Sync
app identifiers.
Syntax
TYPE t_app_id VARCHAR(20)
Usage
Define a variable of type t_app_id
to hold a DB Sync app identifier.
Such variable can for example to be used in the dbsync_srvapp.register_central_app_params()
function.