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