CUBRID Engine  latest
pt_drop_info Struct Reference

#include <parse_tree.h>

Collaboration diagram for pt_drop_info:
Collaboration graph

Public Attributes

PT_NODEspec_list
 
PT_NODEinternal_stmts
 
PT_MISC_TYPE entity_type
 
bool if_exists
 
bool is_cascade_constraints
 

Detailed Description

Definition at line 2095 of file parse_tree.h.

Member Data Documentation

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

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