Struct oldest_active_event
ClassList > oldest_active_event
Public Types
Public Attributes
Public Functions
Public Types Documentation
enum op_type
enum oldest_active_event::op_type {
SET,
GET,
GET_LOWEST_ACTIVE
};
enum source
enum oldest_active_event::source {
BUILD_MVCC_INFO,
COMPLETE_MVCC,
RESET,
ADVANCE_LOWEST,
GET_OLDEST_ACTIVE
};
Public Attributes Documentation
variable m_set_or_get
op_type oldest_active_event::m_set_or_get;
variable m_source
source oldest_active_event::m_source;
variable m_tran_index_or_global
int oldest_active_event::m_tran_index_or_global;
variable m_value
MVCCID oldest_active_event::m_value;
Public Functions Documentation
function operator=
inline oldest_active_event & oldest_active_event::operator= (
const oldest_active_event & other
)
The documentation for this class was generated from the following file cubrid/src/transaction/mvcc_table.cpp