dbsync_app.register_local_insert_s()
Same as register_local_insert()
but with string
column.
Syntax
FUNCTION register_local_insert_s(
tabname STRING,
pkeyval STRING
)
RETURNS INTEGER
- tabname is the name of the table.
- pkeyval is the string value of the primary key column.
Returns:
- The status.