CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PARSER_CONTEXT * | parser |
PT_NODE * | assignment |
PT_NODE * | lhs |
PT_NODE * | rhs |
bool | is_rhs_const |
bool | is_n_column |
Definition at line 3630 of file parse_tree.h.
PT_NODE* pt_assignments_helper::assignment |
Definition at line 3633 of file parse_tree.h.
Referenced by pt_get_next_assignment(), pt_init_assignments_helper(), pt_to_merge_update_xasl(), and pt_to_update_xasl().
bool pt_assignments_helper::is_n_column |
Definition at line 3637 of file parse_tree.h.
Referenced by pt_get_next_assignment(), pt_init_assignments_helper(), update_class_attributes(), and update_object_by_oid().
bool pt_assignments_helper::is_rhs_const |
Definition at line 3636 of file parse_tree.h.
Referenced by init_update_data(), pt_get_next_assignment(), pt_init_assignments_helper(), pt_to_merge_update_xasl(), pt_to_odku_info(), and pt_to_update_xasl().
PT_NODE* pt_assignments_helper::lhs |
Definition at line 3634 of file parse_tree.h.
Referenced by init_update_data(), pt_get_next_assignment(), pt_init_assignments_helper(), pt_mvcc_set_spec_assign_reev_extra_indexes(), pt_no_attr_and_meta_attr_updates(), pt_substitute_assigned_name_node(), pt_to_merge_update_xasl(), pt_to_odku_info(), pt_to_update_xasl(), and update_object_by_oid().
PARSER_CONTEXT* pt_assignments_helper::parser |
Definition at line 3632 of file parse_tree.h.
Referenced by pt_init_assignments_helper().
PT_NODE* pt_assignments_helper::rhs |
Definition at line 3635 of file parse_tree.h.
Referenced by init_update_data(), pt_get_next_assignment(), pt_init_assignments_helper(), pt_mvcc_flag_specs_assign_reev(), pt_mvcc_set_spec_assign_reev_extra_indexes(), pt_substitute_assigned_name_node(), pt_to_odku_info(), update_class_attributes(), and update_object_by_oid().