CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
SHOWSTMT_TYPE | show_type |
PT_NODE * | show_args |
Definition at line 2813 of file parse_tree.h.
PT_NODE* pt_showstmt_info::show_args |
Definition at line 2816 of file parse_tree.h.
Referenced by pt_apply_showstmt(), pt_check_access_status(), pt_check_show_index(), pt_check_table_in_show_heap(), pt_make_query_showstmt(), pt_print_showstmt(), pt_to_showstmt_spec_list(), and qo_optimize_queries().
SHOWSTMT_TYPE pt_showstmt_info::show_type |
Definition at line 2815 of file parse_tree.h.
Referenced by pt_check_show_index(), pt_get_all_showstmt_attributes_and_types(), pt_init_showstmt(), pt_make_query_showstmt(), pt_print_showstmt(), pt_semantic_check_local(), and pt_to_showstmt_spec_list().