TYPE t_dbsync_source RECORD
app_id dbsync_core.t_app_id,
protocol STRING,
authority RECORD
host STRING,
port INTEGER
END RECORD,
service_name STRING,
use_gas BOOLEAN,
gas RECORD
connector STRING,
group STRING
END RECORD,
sso RECORD
idp_issuer STRING,
client_id STRING,
client_secret STRING
END RECORD
END RECORD
- For details about
t_dbsync_source fields, see Client configuration file.
|
The t_dbsync_source type defines a record
that contains source parameters for DB Sync client apps to connect to the DB Sync server.
|
|
The t_dbsync_event type defines a record that
contains DB Sync event data.
|
|
The t_dbsync_event_array type defines a dynamic array
of DB Sync events.
|
|
The t_tabinfo type defines a dynamic
array of SQL table DB Sync information.
|
|
The t_tabinfo_rec type defines information about an
SQL table of the application.
|