|
CUBRID Engine
latest
|
#include <parse_tree.h>

Public Attributes | |
| PT_NODE * | attrs |
| PT_NODE * | referenced_class |
| PT_NODE * | referenced_attrs |
| PT_MISC_TYPE | match_type |
| PT_MISC_TYPE | delete_action |
| PT_MISC_TYPE | update_action |
Definition at line 3082 of file parse_tree.h.
| PT_NODE* pt_foreign_key_info::attrs |
Definition at line 3084 of file parse_tree.h.
Referenced by add_foreign_key(), build_attr_change_map(), do_add_constraints(), do_check_fk_constraints_internal(), pt_apply_constraint(), and pt_print_constraint().
| PT_MISC_TYPE pt_foreign_key_info::delete_action |
Definition at line 3088 of file parse_tree.h.
Referenced by add_foreign_key(), do_check_fk_constraints_internal(), pt_print_col_def_constraint(), and pt_print_constraint().
| PT_MISC_TYPE pt_foreign_key_info::match_type |
Definition at line 3087 of file parse_tree.h.
Referenced by pt_print_col_def_constraint(), and pt_print_constraint().
| PT_NODE* pt_foreign_key_info::referenced_attrs |
Definition at line 3086 of file parse_tree.h.
Referenced by add_foreign_key(), pt_apply_constraint(), pt_print_col_def_constraint(), and pt_print_constraint().
| PT_NODE* pt_foreign_key_info::referenced_class |
Definition at line 3085 of file parse_tree.h.
Referenced by add_foreign_key(), pt_apply_constraint(), pt_print_col_def_constraint(), and pt_print_constraint().
| PT_MISC_TYPE pt_foreign_key_info::update_action |
Definition at line 3089 of file parse_tree.h.
Referenced by add_foreign_key(), do_check_fk_constraints_internal(), pt_print_col_def_constraint(), and pt_print_constraint().