dbsync_srvapp.register_central_insert_cpk2()

Register dbsync insert for a given central row with a 2-col integer pkey.

Syntax

FUNCTION register_central_insert_cpk2(
      tabname STRING,
      pkeyval_1 BIGINT,
      pkeyval_2 BIGINT
  )
  RETURNS INTEGER
  1. tabname is the name of the table.
  2. pkeyval_1 is the value of the first primary key column.
  3. pkeyval_2 is the value of the second primary key column.
Returns:
  1. The status.