dbsync_app.register_local_insert()

Register dbsync insert for a given local row.

Syntax

FUNCTION register_local_insert(
      tabname STRING,
      pkeyval BIGINT
  )
  RETURNS INTEGER
  1. tabname is the name of the table.
  2. pkeyval is the integer value of the primary key column.
Returns:
  1. The status.

Usage

The row is identified by the primary key value.

The current schema must have been loaded with register_local_dbschema().