dbsync_app.register_local_update_cpk2()
Register dbsync update for a given local row with a 2-col integer pkey.
Syntax
FUNCTION register_local_update_cpk2(
tabname STRING,
pkeyval_1 BIGINT,
pkeyval_2 BIGINT
)
RETURNS INTEGER
- tabname is the name of the table.
- pkeyval_1 is the value of the first primary key column.
- pkeyval_2 is the value of the second primary key column.
Returns:
- The status.