|
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 LogEntry &log_entry)=0 (定义于 Trx) | Trx | pure virtual |
| rollback()=0 (定义于 Trx) | Trx | pure virtual |
| start_if_need()=0 (定义于 Trx) | Trx | pure virtual |
| Trx(TrxKit::Type type) (定义于 Trx) | Trx | inline |
| type() const (定义于 Trx) | Trx | inline |
| type_ (定义于 Trx) | Trx | private |
| update_record(Table *table, Record &old_record, Record &new_record)=0 (定义于 Trx) | Trx | pure virtual |
| visit_record(Table *table, Record &record, ReadWriteMode mode)=0 (定义于 Trx) | Trx | pure virtual |
| ~Trx()=default (定义于 Trx) | Trx | virtual |