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
  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.