CUBRID Engine  latest
pt_stored_proc_info Struct Reference

#include <parse_tree.h>

Collaboration diagram for pt_stored_proc_info:
Collaboration graph

Public Attributes

PT_NODEname
 
PT_NODEparam_list
 
PT_NODEjava_method
 
PT_NODEcomment
 
PT_NODEowner
 
PT_MISC_TYPE type
 
unsigned or_replace:1
 
PT_TYPE_ENUM ret_type
 

Detailed Description

Definition at line 3140 of file parse_tree.h.

Member Data Documentation

PT_NODE* pt_stored_proc_info::comment
PT_NODE* pt_stored_proc_info::java_method

Definition at line 3144 of file parse_tree.h.

Referenced by pt_print_create_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().


The documentation for this struct was generated from the following file: