|
taco-db
0.1.0
|
This is the complete list of members for taco::Table, including all inherited members.
| Create(std::shared_ptr< const TableDesc > tabdesc) | taco::Table | static |
| EraseRecord(RecordId rid) | taco::Table | |
| GetTableDesc() const | taco::Table | inline |
| Initialize(const TableDesc *tabdesc) | taco::Table | static |
| InsertRecord(Record &rec) | taco::Table | |
| Iterator class | taco::Table | friend |
| m_file | taco::Table | private |
| m_insertion_pid | taco::Table | private |
| m_tabdesc | taco::Table | private |
| StartScan() | taco::Table | |
| StartScanFrom(RecordId rid) | taco::Table | |
| Table(std::shared_ptr< const TableDesc > tabdesc, std::unique_ptr< File > file) | taco::Table | inlineprivate |
| UpdateRecord(RecordId rid, Record &rec) | taco::Table | |
| ~Table() | taco::Table |