CUBRID Engine
latest
|
Public Attributes | |
int | recognizing_typedef_names |
SYMBOL * | sym_chain |
STRUCTDEF * | struct_chain |
CURSOR * | cursor_chain |
WHENEVER_SCOPE | whenever |
Definition at line 63 of file esql_declare.c.
CURSOR* scope::cursor_chain |
Definition at line 68 of file esql_declare.c.
Referenced by pp_add_cursor_to_scope(), pp_pop_name_scope(), and pp_push_name_scope().
int scope::recognizing_typedef_names |
Definition at line 65 of file esql_declare.c.
Referenced by pp_make_typedef_names_visible(), pp_pop_name_scope(), and pp_push_name_scope().
STRUCTDEF* scope::struct_chain |
Definition at line 67 of file esql_declare.c.
Referenced by pp_pop_name_scope(), and pp_push_name_scope().
SYMBOL* scope::sym_chain |
Definition at line 66 of file esql_declare.c.
Referenced by pp_add_symbols_to_table(), pp_pop_name_scope(), and pp_push_name_scope().
WHENEVER_SCOPE scope::whenever |
Definition at line 69 of file esql_declare.c.
Referenced by pp_add_whenever_to_scope(), pp_pop_name_scope(), and pp_push_name_scope().