CUBRID Engine
latest
|
#include <xasl.h>
Public Attributes | |
DB_VALUE * | arg |
PRED_EXPR * | set_pred |
bool | fetch_res |
bool | ql_flag |
DB_VALUE* fetch_proc_node::arg |
Definition at line 297 of file xasl.h.
Referenced by pt_to_fetch_proc(), qdump_print_fetch_node(), qexec_clear_xasl(), qexec_execute_obj_fetch(), stx_build_fetch_proc(), and xts_process_fetch_proc().
bool fetch_proc_node::fetch_res |
Definition at line 299 of file xasl.h.
Referenced by qdump_print_fetch_node(), qexec_execute_obj_fetch(), qexec_execute_scan(), qexec_intprt_fnc(), qexec_merge_fnc(), stx_build_fetch_proc(), and xts_process_fetch_proc().
bool fetch_proc_node::ql_flag |
Definition at line 300 of file xasl.h.
Referenced by pt_to_fetch_proc(), qdump_print_fetch_node(), qexec_execute_obj_fetch(), stx_build_fetch_proc(), and xts_process_fetch_proc().
PRED_EXPR* fetch_proc_node::set_pred |
Definition at line 298 of file xasl.h.
Referenced by pt_to_fetch_proc(), qdump_print_fetch_node(), qexec_clear_xasl(), stx_build_fetch_proc(), and xts_process_fetch_proc().