395
395
xtBool1 st_stat_ended; /* TRUE if the statement was ended. */
396
396
xtBool1 st_stat_trans; /* TRUE if a statement transaction is running (started on UPDATE). */
397
397
xtBool1 st_stat_modify; /* TRUE if the statement is an INSERT/UPDATE/DELETE */
399
399
xtWord1 st_import_stat; /* Non-zero if this is an import statement (ALTER, LOAD, REPAIR, etc). */
400
400
#ifdef XT_IMPLEMENT_NO_ACTION
401
401
XTBasicListRec st_restrict_list; /* These records have been deleted and should have no reference. */