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

Public Attributes | |
| PT_NODE * | name |
| PT_NODE * | values |
| PT_PARTITION_TYPE | type |
| PT_NODE * | comment |
Definition at line 2026 of file parse_tree.h.
| PT_NODE* pt_parts_info::comment |
Definition at line 2031 of file parse_tree.h.
Referenced by pt_node_to_partition_info(), and pt_print_parts().
| PT_NODE* pt_parts_info::name |
Definition at line 2028 of file parse_tree.h.
Referenced by do_create_partition(), do_create_partition_constraint(), pt_apply_parts(), pt_check_alter_partition(), pt_check_partitions(), pt_check_range_partition_strict_increasing(), pt_node_to_partition_info(), pt_print_parts(), and pt_value_links_add().
| PT_PARTITION_TYPE pt_parts_info::type |
Definition at line 2030 of file parse_tree.h.
Referenced by do_create_partition(), pt_check_alter_partition(), pt_check_partitions(), pt_node_to_partition_info(), and pt_print_parts().
| PT_NODE* pt_parts_info::values |
Definition at line 2029 of file parse_tree.h.
Referenced by do_create_partition(), pt_apply_parts(), pt_check_alter_partition(), pt_check_partition_values(), pt_check_partitions(), pt_check_range_partition_strict_increasing(), pt_node_to_partition_info(), and pt_print_parts().