|
CUBRID Engine
latest
|
#include <xasl.h>

Public Member Functions | |
| odku_info ()=default | |
Public Attributes | |
| PRED_EXPR * | cons_pred |
| int | num_assigns |
| UPDATE_ASSIGNMENT * | assignments |
| HEAP_CACHE_ATTRINFO * | attr_info |
| int * | attr_ids |
|
default |
| UPDATE_ASSIGNMENT* odku_info::assignments |
Definition at line 264 of file xasl.h.
Referenced by pt_to_odku_info(), qexec_clear_xasl(), qexec_execute_duplicate_key_update(), stx_restore_odku_info(), and xts_save_odku_info().
| int* odku_info::attr_ids |
Definition at line 266 of file xasl.h.
Referenced by pt_to_odku_info(), qexec_execute_duplicate_key_update(), stx_restore_odku_info(), and xts_save_odku_info().
| HEAP_CACHE_ATTRINFO* odku_info::attr_info |
Definition at line 265 of file xasl.h.
Referenced by pt_to_odku_info(), qexec_execute_duplicate_key_update(), qexec_execute_insert(), stx_restore_odku_info(), and xts_save_odku_info().
| PRED_EXPR* odku_info::cons_pred |
Definition at line 262 of file xasl.h.
Referenced by pt_to_odku_info(), qexec_clear_xasl(), qexec_execute_duplicate_key_update(), stx_restore_odku_info(), and xts_save_odku_info().
| int odku_info::num_assigns |
Definition at line 263 of file xasl.h.
Referenced by pt_to_odku_info(), qexec_clear_xasl(), qexec_execute_duplicate_key_update(), stx_restore_odku_info(), and xts_save_odku_info().