Skip to content

Struct mvcc_info

ClassList > mvcc_info

  • #include <mvcc.h>

Public Attributes

Type Name
MVCCID id
bool is_sub_active
MVCCID recent_snapshot_lowest_active_mvccid
MVCC_SNAPSHOT snapshot
std::vector< MVCCID > sub_ids

Public Functions

Type Name
void copy_to (mvcc_info & dest) const
void init ()
mvcc_info ()
void reset ()

Public Attributes Documentation

variable id

MVCCID mvcc_info::id;

variable is_sub_active

bool mvcc_info::is_sub_active;

variable recent_snapshot_lowest_active_mvccid

MVCCID mvcc_info::recent_snapshot_lowest_active_mvccid;

variable snapshot

MVCC_SNAPSHOT mvcc_info::snapshot;

variable sub_ids

std::vector<MVCCID> mvcc_info::sub_ids;

Public Functions Documentation

function copy_to

void mvcc_info::copy_to (
    mvcc_info & dest
) const

function init

void mvcc_info::init () 

function mvcc_info

mvcc_info::mvcc_info () 

function reset

void mvcc_info::reset () 


The documentation for this class was generated from the following file cubrid/src/transaction/mvcc.h