Joedb 9.5.0
The Journal-Only Embedded Database
|
Write simultaneously to the database and the file (ignore schema changes) More...
#include <settings/Multiplexer.h>
Public Member Functions | |
Multiplexer (Writable_Database &db) | |
![]() | |
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 37 of file Multiplexer.h.
|
inline |
Definition at line 42 of file Multiplexer.h.