dbsync_app.register_local_delete()
Register dbsync delete for a given local row.
Syntax
FUNCTION register_local_delete(
tabname STRING,
pkeyval BIGINT
)
RETURNS INTEGER
- tabname is the name of the table.
- pkeyval is theiInteger value of the primary key column.
Returns:
- The status.
Usage
The row is identified by the primary key value.