CUBRID Engine  latest
pt_stored_proc_param_info Struct Reference

#include <parse_tree.h>

Collaboration diagram for pt_stored_proc_param_info:
Collaboration graph

Public Attributes

PT_NODEname
 
PT_MISC_TYPE mode
 
PT_NODEcomment
 

Detailed Description

Definition at line 3172 of file parse_tree.h.

Member Data Documentation

PT_NODE* pt_stored_proc_param_info::comment

Definition at line 3176 of file parse_tree.h.

Referenced by pt_print_sp_parameter().

PT_MISC_TYPE pt_stored_proc_param_info::mode

Definition at line 3175 of file parse_tree.h.

Referenced by jsp_add_stored_procedure(), and pt_print_sp_parameter().

PT_NODE* pt_stored_proc_param_info::name

Definition at line 3174 of file parse_tree.h.

Referenced by jsp_add_stored_procedure(), and pt_print_sp_parameter().


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