Joedb 9.5.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 Buffered_File *blob_reader=nullptr, bool drop_column=true) | |
const char * | get_name () const |
void | start_writing (int64_t position) |
void | soft_checkpoint_at (int64_t position) |
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 | delete_from (Table_Id table_id, Record_Id record_id) final |
~SQL_Writable () | |
![]() | |
virtual int64_t | get_position () const |
virtual void | hard_checkpoint_at (int64_t position) |
void | soft_checkpoint () |
void | hard_checkpoint () |
virtual void | flush () |
virtual void | insert_vector (Table_Id table_id, Record_Id record_id, size_t size) |
virtual void | delete_vector (Table_Id table_id, Record_Id record_id, size_t size) |
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 28 of file SQL_Dump_Writable.h.
|
default |
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 107 of file SQL_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 152 of file SQL_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 80 of file SQL_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 145 of file SQL_Dump_Writable.cpp.
Reimplemented from joedb::Writable.
Definition at line 181 of file SQL_Dump_Writable.cpp.
Reimplemented from joedb::Writable.
Definition at line 122 of file SQL_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 88 of file SQL_Dump_Writable.cpp.
|
inline |
Definition at line 41 of file SQL_Dump_Writable.h.
Reimplemented from joedb::Writable.
Definition at line 173 of file SQL_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 132 of file SQL_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 95 of file SQL_Dump_Writable.cpp.
|
virtual |
Reimplemented from joedb::Writable.
Definition at line 73 of file SQL_Dump_Writable.cpp.
|
virtual |
Reimplemented from joedb::Writable.
Definition at line 66 of file SQL_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 159 of file SQL_Dump_Writable.cpp.
|
finalvirtual |
Reimplemented from joedb::Writable.
Definition at line 166 of file SQL_Dump_Writable.cpp.