|
Joedb 10.3.0
The Journal-Only Embedded Database
|
This is the complete list of members for joedb::SQL_Writable, including all inherited members.
| add_field(Table_Id table_id, const std::string &name, Type type) override | joedb::SQL_Writable | virtual |
| comment(const std::string &comment) override | joedb::SQL_Writable | virtual |
| create_table(const std::string &name) override | joedb::SQL_Writable | virtual |
| custom(const std::string &name) override | joedb::SQL_Writable | virtual |
| delete_from(Table_Id table_id, Record_Id record_id) override | joedb::SQL_Writable | virtual |
| delete_vector(Table_Id table_id, Record_Id record_id, size_t size) override | joedb::Loop_Writable | inlinevirtual |
| drop_field(Table_Id table_id, Field_Id field_id) override | joedb::SQL_Writable | virtual |
| drop_table(Table_Id table_id) override | joedb::SQL_Writable | virtual |
| end_writing(int64_t position) override | joedb::SQL_Writable | virtual |
| flush() | joedb::Writable | inlinevirtual |
| get_name() const | joedb::SQL_Writable | inline |
| get_position() const | joedb::Writable | inlinevirtual |
| hard_checkpoint() | joedb::Writable | inlinevirtual |
| insert_into(Table_Id table_id, Record_Id record_id) override | joedb::SQL_Writable | virtual |
| insert_vector(Table_Id table_id, Record_Id record_id, size_t size) override | joedb::Loop_Writable | inlinevirtual |
| on_blob(Blob blob) | joedb::Writable | inlinevirtual |
| rename_field(Table_Id table_id, Field_Id field_id, const std::string &name) override | joedb::SQL_Writable | virtual |
| rename_table(Table_Id table_id, const std::string &name) override | joedb::SQL_Writable | virtual |
| soft_checkpoint() | joedb::Writable | inlinevirtual |
| SQL_Writable(std::ostream &out, const Database_Schema &schema, const Abstract_File *blob_reader=nullptr) | joedb::SQL_Writable | inline |
| start_writing(int64_t position) override | joedb::SQL_Writable | virtual |
| timestamp(int64_t timestamp) override | joedb::SQL_Writable | virtual |
| valid_data() override | joedb::SQL_Writable | virtual |
| wants_blob_data() const | joedb::Writable | inlinevirtual |
| write_blob(const std::string &data) | joedb::Writable | inlinevirtual |
| ~SQL_Writable() | joedb::SQL_Writable | |
| ~Writable()=default | joedb::Writable | virtual |