dbsync_app.register_local_update_s()

Same as register_local_update() but with string column.

Syntax

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