dbsync_srvapp.register_central_delete()
Register dbsync delete for a given central row.
Syntax
FUNCTION register_central_delete(
tabname STRING,
pkeyval BIGINT
)
RETURNS INTEGER
- tabname is the name of the table.
- pkeyval is the integer value of the primary key column.
Returns:
- The status.
Usage
The row is identified by the primary key value.
Modification timestamp is automatically set to the current time in UTC+00:00.