Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <joedb/ui/Raw_Dump_Writable.h>
Public Member Functions | |
Raw_Dump_Writable (std::ostream &out) | |
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 | 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 |
bool | wants_blob_data () const final |
Blob | write_blob_data (const std::string &data) final |
~Raw_Dump_Writable () | |
![]() | |
Writable (Commit_Level default_commit_level=Commit_Level::no_commit) | |
virtual void | flush () |
virtual void | checkpoint (Commit_Level commit_level) |
Commit_Level | get_default_commit_level () const |
void | default_checkpoint () |
virtual void | on_blob (Blob blob) |
virtual | ~Writable ()=default |
Definition at line 11 of file Raw_Dump_Writable.h.
|
inline |
Definition at line 19 of file Raw_Dump_Writable.h.
|
default |
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 61 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 108 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 32 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 99 of file Raw_Dump_Writable.cpp.
Reimplemented from joedb::Writable.
Definition at line 151 of file Raw_Dump_Writable.cpp.
Reimplemented from joedb::Writable.
Definition at line 77 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 41 of file Raw_Dump_Writable.cpp.
Reimplemented from joedb::Writable.
Definition at line 131 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 138 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 84 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 48 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 117 of file Raw_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 124 of file Raw_Dump_Writable.cpp.
|
inlinefinalvirtual |
Reimplemented from joedb::Writable.
Definition at line 68 of file Raw_Dump_Writable.h.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 196 of file Raw_Dump_Writable.cpp.