|
Joedb 10.3.0
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) override |
| void | drop_table (Table_Id table_id) override |
| void | rename_table (Table_Id table_id, const std::string &name) override |
| void | add_field (Table_Id table_id, const std::string &name, Type type) override |
| void | drop_field (Table_Id table_id, Field_Id field_id) override |
| void | rename_field (Table_Id table_id, Field_Id field_id, const std::string &name) override |
| void | custom (const std::string &name) override |
| void | comment (const std::string &comment) override |
| void | timestamp (int64_t timestamp) override |
| void | valid_data () override |
| void | insert_into (Table_Id table_id, Record_Id record_id) override |
| void | delete_from (Table_Id table_id, Record_Id record_id) override |
| void | insert_vector (Table_Id table_id, Record_Id record_id, size_t size) override |
| void | delete_vector (Table_Id table_id, Record_Id record_id, size_t size) override |
| bool | wants_blob_data () const override |
| Blob | write_blob (const std::string &data) override |
| ~Raw_Dump_Writable () | |
Public Member Functions inherited from joedb::Writable | |
| virtual int64_t | get_position () const |
| virtual void | start_writing (int64_t position) |
| virtual void | end_writing (int64_t position) |
| virtual void | soft_checkpoint () |
| virtual void | hard_checkpoint () |
| virtual void | flush () |
| 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 |
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 61 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 108 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 32 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 99 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 138 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Implements joedb::Writable.
Definition at line 159 of file Raw_Dump_Writable.cpp.
Reimplemented from joedb::Writable.
Definition at line 77 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 41 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 131 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Implements joedb::Writable.
Definition at line 146 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 84 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 48 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 117 of file Raw_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 124 of file Raw_Dump_Writable.cpp.
|
inlineoverridevirtual |
Reimplemented from joedb::Writable.
Definition at line 77 of file Raw_Dump_Writable.h.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 209 of file Raw_Dump_Writable.cpp.