CUBRID Engine
latest
|
#include <xasl.h>
Public Attributes | |
int | cls_idx |
int | att_idx |
DB_VALUE * | constant |
REGU_VARIABLE * | regu_var |
bool | clear_value_at_clone_decache |
int update_assignment::att_idx |
Definition at line 252 of file xasl.h.
Referenced by pt_to_merge_update_xasl(), pt_to_odku_info(), pt_to_update_xasl(), qexec_execute_update(), regu_init(), stx_build_update_assignment(), and xts_save_update_assignment().
bool update_assignment::clear_value_at_clone_decache |
Definition at line 255 of file xasl.h.
Referenced by qexec_clear_update_assignment(), and stx_build_update_assignment().
int update_assignment::cls_idx |
Definition at line 251 of file xasl.h.
Referenced by pt_to_merge_update_xasl(), pt_to_odku_info(), pt_to_update_xasl(), qexec_create_mvcc_reev_assignments(), qexec_execute_update(), regu_init(), stx_build_update_assignment(), and xts_save_update_assignment().
DB_VALUE* update_assignment::constant |
Definition at line 253 of file xasl.h.
Referenced by do_prepare_merge(), do_prepare_update(), pt_to_merge_update_xasl(), pt_to_odku_info(), pt_to_update_xasl(), qexec_clear_update_assignment(), qexec_create_mvcc_reev_assignments(), qexec_execute_duplicate_key_update(), qexec_execute_update(), regu_init(), stx_build_update_assignment(), update_at_server(), and xts_save_update_assignment().
REGU_VARIABLE* update_assignment::regu_var |
Definition at line 254 of file xasl.h.
Referenced by pt_to_odku_info(), qexec_clear_update_assignment(), qexec_execute_duplicate_key_update(), regu_init(), stx_build_update_assignment(), and xts_save_update_assignment().