Joedb 9.5.0
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 |
int64_t | get_position () const final |
void | start_writing (int64_t position) final |
void | soft_checkpoint_at (int64_t position) final |
void | hard_checkpoint_at (int64_t position) final |
void | insert_into (Table_Id table_id, Record_Id record_id) final |
void | delete_from (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_vector (Table_Id table_id, Record_Id record_id, size_t size) final |
void | on_blob (Blob blob) final |
bool | wants_blob_data () const final |
Blob | write_blob (const std::string &data) final |
~Multiplexer () override | |
![]() | |
void | soft_checkpoint () |
void | hard_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 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 162 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 185 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.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 114 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 144 of file Multiplexer.cpp.
Reimplemented from joedb::Writable.
Definition at line 151 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 173 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 242 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 25 of file Multiplexer.h.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 137 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 130 of file Multiplexer.cpp.
|
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 251 of file Multiplexer.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 264 of file Multiplexer.cpp.