CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | spec_list |
PT_NODE * | internal_stmts |
PT_MISC_TYPE | entity_type |
bool | if_exists |
bool | is_cascade_constraints |
Definition at line 2095 of file parse_tree.h.
PT_MISC_TYPE pt_drop_info::entity_type |
Definition at line 2099 of file parse_tree.h.
Referenced by pt_check_drop().
bool pt_drop_info::if_exists |
Definition at line 2100 of file parse_tree.h.
Referenced by do_replicate_statement(), pt_check_drop(), and pt_print_drop().
PT_NODE* pt_drop_info::internal_stmts |
Definition at line 2098 of file parse_tree.h.
Referenced by pt_apply_drop(), and pt_check_drop().
bool pt_drop_info::is_cascade_constraints |
Definition at line 2101 of file parse_tree.h.
Referenced by do_drop(), pt_check_drop(), and pt_print_drop().
PT_NODE* pt_drop_info::spec_list |
Definition at line 2097 of file parse_tree.h.
Referenced by do_drop(), do_replicate_statement(), pt_apply_drop(), pt_check_drop(), and pt_print_drop().