dbsync_app.register_local_change_cpk2()
Register dbsync change for a given local row with a 2-col integer pkey.
Syntax
FUNCTION register_local_change_cpk2(
tabname STRING,
columns DYNAMIC ARRAY OF STRING,
pkeyval_1 BIGINT,
pkeyval_2 BIGINT
)
RETURNS INTEGER
- tabname is the name of the table.
- columns is the list of columns to be modified.
- 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.