MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
记录管理器操作相关的日志类型 更多...
#include <record_log.h>
Public 类型 | |
enum class | Type : int32_t { INIT_PAGE , INSERT , DELETE , UPDATE } |
Public 成员函数 | |
RecordOperation (Type type) | |
RecordOperation (int32_t type) | |
Type | type () const |
int32_t | type_id () const |
string | to_string () const |
Private 属性 | |
Type | type_ |
记录管理器操作相关的日志类型
|
strong |