|
MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
成员的完整列表,这些成员属于 Trx,包括所有继承而来的类成员
| commit()=0 (定义于 Trx) | Trx | pure virtual |
| delete_record(Table *table, Record &record)=0 (定义于 Trx) | Trx | pure virtual |
| id() const =0 (定义于 Trx) | Trx | pure virtual |
| insert_record(Table *table, Record &record)=0 (定义于 Trx) | Trx | pure virtual |
| redo(Db *db, const CLogRecord &log_record) (定义于 Trx) | Trx | virtual |
| rollback()=0 (定义于 Trx) | Trx | pure virtual |
| start_if_need()=0 (定义于 Trx) | Trx | pure virtual |
| Trx()=default (定义于 Trx) | Trx | |
| visit_record(Table *table, Record &record, bool readonly)=0 (定义于 Trx) | Trx | pure virtual |
| ~Trx()=default (定义于 Trx) | Trx | virtual |