Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <joedb/Multiplexer.h>
Public Member Functions | |
Multiplexer (std::initializer_list< std::reference_wrapper< Writable > > initializer_list) | |
void | set_start_index (size_t index) |
void | create_table (const std::string &name) final |
void | drop_table (Table_Id table_id) final |
void | rename_table (Table_Id table_id, const std::string &name) final |
void | add_field (Table_Id table_id, const std::string &name, Type type) final |
void | drop_field (Table_Id table_id, Field_Id field_id) final |
void | rename_field (Table_Id table_id, Field_Id field_id, const std::string &name) final |
void | custom (const std::string &name) final |
void | comment (const std::string &comment) final |
void | timestamp (int64_t timestamp) final |
void | valid_data () final |
void | flush () final |
void | checkpoint (Commit_Level commit_level) final |
void | insert_into (Table_Id table_id, Record_Id record_id) final |
void | insert_vector (Table_Id table_id, Record_Id record_id, size_t size) final |
void | delete_from (Table_Id table_id, Record_Id record_id) final |
void | on_blob (Blob blob) final |
bool | wants_blob_data () const final |
Blob | write_blob_data (const std::string &data) final |
~Multiplexer () override | |
![]() | |
Writable (Commit_Level default_commit_level=Commit_Level::no_commit) | |
Commit_Level | get_default_commit_level () const |
void | default_checkpoint () |
virtual | ~Writable ()=default |
Definition at line 13 of file Multiplexer.h.
joedb::Multiplexer::Multiplexer | ( | std::initializer_list< std::reference_wrapper< Writable > > | initializer_list | ) |
Definition at line 6 of file Multiplexer.cpp.
|
overridedefault |
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 44 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 114 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 86 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 19 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 79 of file Multiplexer.cpp.
Reimplemented from joedb::Writable.
Definition at line 144 of file Multiplexer.cpp.
Reimplemented from joedb::Writable.
Definition at line 56 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 26 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 107 of file Multiplexer.cpp.
Reimplemented from joedb::Writable.
Definition at line 121 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 132 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 200 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 67 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 33 of file Multiplexer.cpp.
|
inline |
Definition at line 26 of file Multiplexer.h.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 93 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 100 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 209 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 222 of file Multiplexer.cpp.