PK_ENTITY_track_t   

typedef int PK_ENTITY_track_t;

Used in:

PK_ENTITY_track_record_r_t


This datatype indicates what type of tracking data is being
output. It has the following values:

    PK_ENTITY_track_delete_c         marks deletion of entities
    PK_ENTITY_track_merge_c          marks deletion of entities by merging
    PK_ENTITY_track_create_c         marks creation of entities from scratch
                                     or by copying
    PK_ENTITY_track_split_c          marks creation of entities by sub-division
    PK_ENTITY_track_derive_c         marks creation of entities by combination
                                     of merging and splitting