CUBRID Engine
latest
|
#include <heap_file.h>
Public Attributes | |
INT16 | record_type |
const OID * | oid_p |
OID | forward_oid |
OID * | class_oid_p |
RECDES * | recdes_p |
HEAP_SCANCACHE * | scan_cache |
PGBUF_WATCHER | home_page_watcher |
PGBUF_WATCHER | fwd_page_watcher |
bool | ispeeking |
int | old_chn |
PGBUF_LATCH_MODE | latch_mode |
Definition at line 366 of file heap_file.h.
OID* heap_get_context::class_oid_p |
Definition at line 373 of file heap_file.h.
Referenced by heap_get_visible_version_internal(), heap_init_get_context(), heap_prepare_get_context(), and locator_lock_and_get_object_internal().
OID heap_get_context::forward_oid |
Definition at line 372 of file heap_file.h.
Referenced by heap_get_last_version(), heap_get_mvcc_header(), heap_get_record_data_when_all_ready(), heap_get_visible_version_internal(), heap_init_get_context(), and heap_prepare_get_context().
PGBUF_WATCHER heap_get_context::fwd_page_watcher |
Definition at line 379 of file heap_file.h.
Referenced by heap_clean_get_context(), heap_get_last_version(), heap_get_mvcc_header(), heap_get_record_data_when_all_ready(), heap_get_visible_version_internal(), heap_init_get_context(), and heap_prepare_get_context().
PGBUF_WATCHER heap_get_context::home_page_watcher |
Definition at line 378 of file heap_file.h.
Referenced by heap_clean_get_context(), heap_get_mvcc_header(), heap_get_record_data_when_all_ready(), heap_init_get_context(), heap_prepare_get_context(), locator_get_object(), locator_lock_and_get_object_internal(), and locator_lock_and_get_object_with_evaluation().
bool heap_get_context::ispeeking |
Definition at line 382 of file heap_file.h.
Referenced by heap_get_last_version(), heap_get_record_data_when_all_ready(), heap_get_visible_version_internal(), and heap_init_get_context().
PGBUF_LATCH_MODE heap_get_context::latch_mode |
Definition at line 385 of file heap_file.h.
Referenced by heap_init_get_context(), heap_prepare_get_context(), locator_get_object(), and locator_lock_and_get_object_with_evaluation().
Definition at line 371 of file heap_file.h.
Referenced by heap_get_mvcc_header(), heap_get_record_data_when_all_ready(), heap_init_get_context(), heap_prepare_get_context(), and locator_lock_and_get_object_internal().
int heap_get_context::old_chn |
Definition at line 383 of file heap_file.h.
Referenced by heap_get_last_version(), heap_get_visible_version_internal(), and heap_init_get_context().
RECDES* heap_get_context::recdes_p |
Definition at line 374 of file heap_file.h.
Referenced by heap_get_last_version(), heap_get_record_data_when_all_ready(), heap_get_visible_version_internal(), heap_init_get_context(), and locator_lock_and_get_object_internal().
INT16 heap_get_context::record_type |
Definition at line 368 of file heap_file.h.
Referenced by heap_get_last_version(), heap_get_mvcc_header(), heap_get_record_data_when_all_ready(), heap_get_visible_version_internal(), and heap_prepare_get_context().
HEAP_SCANCACHE* heap_get_context::scan_cache |
Definition at line 375 of file heap_file.h.
Referenced by heap_clean_get_context(), heap_get_last_version(), heap_get_record_data_when_all_ready(), heap_get_visible_version_internal(), heap_init_get_context(), and locator_lock_and_get_object_internal().