CUBRID Engine  latest
trigger_exec_info Struct Reference
Collaboration diagram for trigger_exec_info:
Collaboration graph

Public Attributes

UINTPTR spec_id1
 
UINTPTR spec_id2
 
DB_OBJECTobject1
 
DB_OBJECTobject2
 
const char * name1
 
const char * name2
 
int path_expr_level
 
int trig_corr_path
 
bool is_update_object
 

Detailed Description

Definition at line 46 of file compile.c.

Member Data Documentation

bool trigger_exec_info::is_update_object

Definition at line 56 of file compile.c.

Referenced by pt_compile_trigger_stmt(), pt_exec_trigger_stmt(), and pt_set_trigger_obj_pre().

const char* trigger_exec_info::name1

Definition at line 52 of file compile.c.

Referenced by pt_exec_trigger_stmt(), and pt_set_trigger_obj_pre().

const char* trigger_exec_info::name2

Definition at line 53 of file compile.c.

Referenced by pt_compile_trigger_stmt(), pt_exec_trigger_stmt(), and pt_set_trigger_obj_pre().

DB_OBJECT* trigger_exec_info::object1

Definition at line 50 of file compile.c.

Referenced by pt_exec_trigger_stmt(), and pt_set_trigger_obj_pre().

DB_OBJECT* trigger_exec_info::object2

Definition at line 51 of file compile.c.

Referenced by pt_exec_trigger_stmt(), and pt_set_trigger_obj_pre().

int trigger_exec_info::path_expr_level

Definition at line 54 of file compile.c.

Referenced by pt_set_trigger_obj_post(), and pt_set_trigger_obj_pre().

UINTPTR trigger_exec_info::spec_id1

Definition at line 48 of file compile.c.

Referenced by pt_exec_trigger_stmt(), and pt_set_trigger_obj_pre().

UINTPTR trigger_exec_info::spec_id2

Definition at line 49 of file compile.c.

Referenced by pt_exec_trigger_stmt(), and pt_set_trigger_obj_pre().

int trigger_exec_info::trig_corr_path

Definition at line 55 of file compile.c.

Referenced by pt_set_trigger_obj_post(), and pt_set_trigger_obj_pre().


The documentation for this struct was generated from the following file: