CUBRID Engine
latest
|
#include <xasl.h>
Public Attributes | |
UPDDEL_CLASS_INFO * | classes |
int | num_classes |
int | wait_msecs |
int | no_logging |
int | num_reev_classes |
int * | mvcc_reev_classes |
UPDDEL_CLASS_INFO* delete_proc_node::classes |
Definition at line 407 of file xasl.h.
Referenced by pt_to_delete_xasl(), qdump_print_delete_proc_node(), qexec_execute_delete(), stx_build_delete_proc(), and xts_process_delete_proc().
int* delete_proc_node::mvcc_reev_classes |
Definition at line 412 of file xasl.h.
Referenced by pt_to_delete_xasl(), qexec_execute_delete(), stx_build_delete_proc(), and xts_process_delete_proc().
int delete_proc_node::no_logging |
Definition at line 410 of file xasl.h.
Referenced by pt_to_delete_xasl(), qexec_execute_delete(), stx_build_delete_proc(), and xts_process_delete_proc().
int delete_proc_node::num_classes |
Definition at line 408 of file xasl.h.
Referenced by pt_to_delete_xasl(), qdump_print_delete_proc_node(), qexec_execute_delete(), stx_build_delete_proc(), and xts_process_delete_proc().
int delete_proc_node::num_reev_classes |
Definition at line 411 of file xasl.h.
Referenced by pt_to_delete_xasl(), qexec_execute_delete(), stx_build_delete_proc(), and xts_process_delete_proc().
int delete_proc_node::wait_msecs |
Definition at line 409 of file xasl.h.
Referenced by pt_to_delete_xasl(), qexec_execute_mainblock_internal(), stx_build_delete_proc(), and xts_process_delete_proc().