MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Public 类型 | Public 成员函数 | Private 属性 | 所有成员列表
RecordOperation类 参考

记录管理器操作相关的日志类型 更多...

#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_
 

详细描述

记录管理器操作相关的日志类型

成员枚举类型说明

◆ Type

enum class RecordOperation::Type : int32_t
strong
枚举值
INSERT 

初始化空页面

DELETE 

插入一条记录

UPDATE 

删除一条记录

更新一条记录


该类的文档由以下文件生成: