MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
表示各种操作类型 更多...
#include <mvcc_trx_log.h>
Public 类型 | |
enum class | Type : int32_t { INSERT_RECORD , DELETE_RECORD , COMMIT , ROLLBACK } |
Public 成员函数 | |
MvccTrxLogOperation (Type type) | |
MvccTrxLogOperation (int32_t type) | |
Type | type () const |
int32_t | index () const |
string | to_string () const |
Private 属性 | |
Type | type_ |
表示各种操作类型
|
strong |