dbsync_app.register_local_update_cpk3_s()
Register dbsync update for a given local row with a composite pkey.
Syntax
FUNCTIONregister_local_update_cpk3_s(
tabname STRING,
pkeyval_1 STRING,
pkeyval_2 STRING,
pkeyval_3 STRING
)
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.
- pkeyval_3 is the value of the third primary key column (NULL if not used).
Returns:
- The status.