dbsync_srvapp.register_central_insert_cpk3_s()
Register dbsync insert for a given central row with a composite pkey.
Syntax
FUNCTION register_central_insert_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.