dbsync_core.t_tabinfo_rec type

The t_tabinfo_rec type defines information about an SQL table of the application.

Syntax

TYPE t_tabinfo_rec RECORD
    table_name dbsync_core.t_table_name,
    last_user_mtime dbsync_core.t_mtime,
    last_temp_mtime dbsync_core.t_mtime,
    can_insert CHAR(1),
    can_update CHAR(1),
    can_delete CHAR(1)
END RECORD

Usage

The t_tabinfo_rec type is a base RECORD type defined for the t_tabinfo type.