#include <joedb/interpreted/Table.h>
Definition at line 16 of file Table.h.
◆ add_field()
void joedb::Table::add_field |
( |
const std::string & |
name, |
|
|
const Type & |
type |
|
) |
| |
◆ delete_record()
void joedb::Table::delete_record |
( |
Record_Id |
record_id | ) |
|
◆ drop_field()
void joedb::Table::drop_field |
( |
Field_Id |
field_id | ) |
|
◆ find_field()
Field_Id joedb::Table::find_field |
( |
const std::string & |
name | ) |
const |
◆ get_fields()
const std::map< Field_Id, Field > & joedb::Table::get_fields |
( |
| ) |
const |
|
inline |
◆ get_freedom()
◆ get_storage_capacity()
size_t joedb::Table::get_storage_capacity |
( |
| ) |
const |
|
inline |
◆ insert_record()
void joedb::Table::insert_record |
( |
Record_Id |
record_id | ) |
|
◆ insert_vector()
void joedb::Table::insert_vector |
( |
Record_Id |
record_id, |
|
|
size_t |
size |
|
) |
| |
◆ Database_Schema
The documentation for this class was generated from the following files:
- /home/rcoulom/repos/joedb/src/joedb/interpreted/Table.h
- /home/rcoulom/repos/joedb/src/joedb/interpreted/Table.cpp