|
Central changes cancelation function. |
|
Central changes termination function. |
|
Central changes initialization function. |
|
Registers the point in time of last central data
refresh. |
|
Terminate module usage. |
|
DBSync server app lib initialization. |
FUNCTION is_row_referenced(
table_name STRING,
jo_data util.JSONObject
)
RETURNS BOOLEAN
|
Checks if a given row is still referenced in other tables by foreign
key. |
|
Registers parameters for the DB Sync server-side app. |
|
Register dbsync delete for a given central row. |
|
Register dbsync delete for a given central row with a 2-col integer
pkey. |
|
Register dbsync delete for a given central row with a composite
pkey. |
|
Same as register_central_delete() but with string
column. |
|
Register dbsync insert for a given central row. |
|
Register dbsync insert for a given central row with a 2-col integer
pkey. |
|
Register dbsync insert for a given central row with a composite
pkey. |
|
Same as register_central_insert() but with string
column. |
|
Register dbsync update for a given central row. |
|
Register dbsync update for a given central row with a 2-col integer
pkey. |
|
Register dbsync update for a given central row with a composite
pkey. |
|
Same as register_central_update() but with string
column. |