Skip to content

Struct pt_stored_proc_info

ClassList > pt_stored_proc_info

  • #include <parse_tree.h>

Public Attributes

Type Name
PT_MISC_TYPE auth_id
PT_NODE * body
PT_NODE * comment
PT_MISC_TYPE dtrm_type
PT_NODE * name
unsigned or_replace
PT_NODE * owner
PT_NODE * param_list
int recompile
PT_NODE * ret_data_type
PT_TYPE_ENUM ret_type
PT_MISC_TYPE type

Public Attributes Documentation

variable auth_id

PT_MISC_TYPE pt_stored_proc_info::auth_id;

variable body

PT_NODE* pt_stored_proc_info::body;

variable comment

PT_NODE* pt_stored_proc_info::comment;

variable dtrm_type

PT_MISC_TYPE pt_stored_proc_info::dtrm_type;

variable name

PT_NODE* pt_stored_proc_info::name;

variable or_replace

unsigned pt_stored_proc_info::or_replace;

variable owner

PT_NODE* pt_stored_proc_info::owner;

variable param_list

PT_NODE* pt_stored_proc_info::param_list;

variable recompile

int pt_stored_proc_info::recompile;

variable ret_data_type

PT_NODE* pt_stored_proc_info::ret_data_type;

variable ret_type

PT_TYPE_ENUM pt_stored_proc_info::ret_type;

variable type

PT_MISC_TYPE pt_stored_proc_info::type;


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