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
  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.
  4. pkeyval_3 is the value of the third primary key column (NULL if not used).
Returns:
  1. The status.