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

Public Attributes | |
| PT_NODE * | name |
| PT_NODE * | param_list |
| PT_NODE * | java_method |
| PT_NODE * | comment |
| PT_NODE * | owner |
| PT_MISC_TYPE | type |
| unsigned | or_replace:1 |
| PT_TYPE_ENUM | ret_type |
Definition at line 3140 of file parse_tree.h.
| PT_NODE* pt_stored_proc_info::comment |
Definition at line 3145 of file parse_tree.h.
Referenced by jsp_alter_stored_procedure(), pt_print_alter_stored_procedure(), and pt_print_create_stored_procedure().
| PT_NODE* pt_stored_proc_info::java_method |
Definition at line 3144 of file parse_tree.h.
Referenced by pt_print_create_stored_procedure().
| PT_NODE* pt_stored_proc_info::name |
Definition at line 3142 of file parse_tree.h.
Referenced by jsp_alter_stored_procedure(), jsp_drop_stored_procedure(), pt_print_alter_stored_procedure(), pt_print_create_stored_procedure(), and pt_print_drop_stored_procedure().
| unsigned pt_stored_proc_info::or_replace |
Definition at line 3148 of file parse_tree.h.
Referenced by jsp_create_stored_procedure(), and pt_print_create_stored_procedure().
| PT_NODE* pt_stored_proc_info::owner |
Definition at line 3146 of file parse_tree.h.
Referenced by jsp_alter_stored_procedure(), and pt_print_alter_stored_procedure().
| PT_NODE* pt_stored_proc_info::param_list |
Definition at line 3143 of file parse_tree.h.
Referenced by jsp_create_stored_procedure(), and pt_print_create_stored_procedure().
| PT_TYPE_ENUM pt_stored_proc_info::ret_type |
Definition at line 3149 of file parse_tree.h.
Referenced by jsp_create_stored_procedure(), and pt_print_create_stored_procedure().
| PT_MISC_TYPE pt_stored_proc_info::type |
Definition at line 3147 of file parse_tree.h.
Referenced by pt_print_alter_stored_procedure(), pt_print_create_stored_procedure(), and pt_print_drop_stored_procedure().