CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | name |
PT_NODE * | query |
PT_NODE * | using_list |
PT_NODE * | into_list |
XASL_ID | xasl_id |
CUBRID_STMT_TYPE | stmt_type |
int | recompile |
int | column_count |
int | oids_included |
Definition at line 3159 of file parse_tree.h.
int pt_execute_info::column_count |
Definition at line 3168 of file parse_tree.h.
Referenced by do_get_prepared_statement_info(), and pt_new_query_result_descriptor().
PT_NODE* pt_execute_info::into_list |
Definition at line 3164 of file parse_tree.h.
Referenced by do_execute_session_statement(), and do_get_prepared_statement_info().
PT_NODE* pt_execute_info::name |
Definition at line 3161 of file parse_tree.h.
Referenced by do_get_prepared_statement_info().
int pt_execute_info::oids_included |
Definition at line 3169 of file parse_tree.h.
Referenced by do_execute_session_statement(), do_get_prepared_statement_info(), and pt_new_query_result_descriptor().
PT_NODE* pt_execute_info::query |
Definition at line 3162 of file parse_tree.h.
Referenced by db_check_limit_need_recompile(), do_get_prepared_statement_info(), and do_recompile_and_execute_prepared_statement().
int pt_execute_info::recompile |
Definition at line 3167 of file parse_tree.h.
Referenced by db_execute_and_keep_statement_local(), do_get_prepared_statement_info(), and do_recompile_and_execute_prepared_statement().
CUBRID_STMT_TYPE pt_execute_info::stmt_type |
Definition at line 3166 of file parse_tree.h.
Referenced by db_check_limit_need_recompile(), db_execute_and_keep_statement_local(), db_get_statement_type(), do_get_prepared_statement_info(), and pt_new_query_result_descriptor().
PT_NODE* pt_execute_info::using_list |
Definition at line 3163 of file parse_tree.h.
Referenced by do_get_prepared_statement_info(), and do_recompile_and_execute_prepared_statement().
XASL_ID pt_execute_info::xasl_id |
Definition at line 3165 of file parse_tree.h.
Referenced by do_get_prepared_statement_info(), and do_prepare_session_statement().