|
Joedb 10.3.0
The Journal-Only Embedded Database
|
#include <joedb/ui/SQL_Dump_Writable.h>


Public Member Functions | |
| SQL_Writable (std::ostream &out, const Database_Schema &schema, const Abstract_File *blob_reader=nullptr) | |
| const char * | get_name () const |
| void | start_writing (int64_t position) override |
| void | end_writing (int64_t position) override |
| 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 |
| ~SQL_Writable () | |
Public Member Functions inherited from joedb::Loop_Writable | |
| 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 |
Public Member Functions inherited from joedb::Writable | |
| virtual int64_t | get_position () const |
| virtual void | soft_checkpoint () |
| virtual void | hard_checkpoint () |
| virtual void | flush () |
| virtual void | on_blob (Blob blob) |
| virtual bool | wants_blob_data () const |
| virtual Blob | write_blob (const std::string &data) |
| virtual | ~Writable ()=default |
Definition at line 12 of file SQL_Dump_Writable.h.
|
inline |
Definition at line 27 of file SQL_Dump_Writable.h.
|
default |
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 108 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 151 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 81 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 144 of file SQL_Dump_Writable.cpp.
Reimplemented from joedb::Writable.
Definition at line 180 of file SQL_Dump_Writable.cpp.
Reimplemented from joedb::Writable.
Definition at line 123 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 89 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 73 of file SQL_Dump_Writable.cpp.
|
inline |
Definition at line 38 of file SQL_Dump_Writable.h.
Reimplemented from joedb::Writable.
Definition at line 172 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 131 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 96 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 66 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 158 of file SQL_Dump_Writable.cpp.
|
overridevirtual |
Reimplemented from joedb::Writable.
Definition at line 165 of file SQL_Dump_Writable.cpp.