Skip to content

Struct pt_create_entity_info

ClassList > pt_create_entity_info

  • #include <parse_tree.h>

Public Attributes

Type Name
PT_NODE * as_query_list
PT_NODE * attr_def_list
PT_NODE * class_attr_def_list
PT_NODE * constraint_list
PT_NODE * create_index
PT_NODE * create_like
PT_NODE * create_select
PT_CREATE_SELECT_ACTION create_select_action
PT_NODE * entity_name
PT_MISC_TYPE entity_type
unsigned if_not_exists
PT_NODE * internal_stmts
PT_NODE * method_def_list
PT_NODE * method_file_list
PT_NODE * object_id_list
unsigned or_replace
PT_NODE * partition_info
PT_NODE * resolution_list
PT_NODE * supclass_list
PT_NODE * table_option_list
PT_NODE * update
PT_NODE * vclass_comment
PT_MISC_TYPE with_check_option

Public Attributes Documentation

variable as_query_list

PT_NODE* pt_create_entity_info::as_query_list;

variable attr_def_list

PT_NODE* pt_create_entity_info::attr_def_list;

variable class_attr_def_list

PT_NODE* pt_create_entity_info::class_attr_def_list;

variable constraint_list

PT_NODE* pt_create_entity_info::constraint_list;

variable create_index

PT_NODE* pt_create_entity_info::create_index;

variable create_like

PT_NODE* pt_create_entity_info::create_like;

variable create_select

PT_NODE* pt_create_entity_info::create_select;

variable create_select_action

PT_CREATE_SELECT_ACTION pt_create_entity_info::create_select_action;

variable entity_name

PT_NODE* pt_create_entity_info::entity_name;

variable entity_type

PT_MISC_TYPE pt_create_entity_info::entity_type;

variable if_not_exists

unsigned pt_create_entity_info::if_not_exists;

variable internal_stmts

PT_NODE* pt_create_entity_info::internal_stmts;

variable method_def_list

PT_NODE* pt_create_entity_info::method_def_list;

variable method_file_list

PT_NODE* pt_create_entity_info::method_file_list;

variable object_id_list

PT_NODE* pt_create_entity_info::object_id_list;

variable or_replace

unsigned pt_create_entity_info::or_replace;

variable partition_info

PT_NODE* pt_create_entity_info::partition_info;

variable resolution_list

PT_NODE* pt_create_entity_info::resolution_list;

variable supclass_list

PT_NODE* pt_create_entity_info::supclass_list;

variable table_option_list

PT_NODE* pt_create_entity_info::table_option_list;

variable update

PT_NODE* pt_create_entity_info::update;

variable vclass_comment

PT_NODE* pt_create_entity_info::vclass_comment;

variable with_check_option

PT_MISC_TYPE pt_create_entity_info::with_check_option;


The documentation for this class was generated from the following file cubrid/src/parser/parse_tree.h