|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
This is the complete list of members for User, including all inherited members.
| entity_base()=default | database::orm::entity_base | protected |
| ENTITY_FIELD(int64_t, id, primary_key()|auto_increment()) ENTITY_FIELD(std | User | inlineprivate |
| get_metadata() const =0 | database::orm::entity_base | pure virtual |
| is_valid() const | User | inlineprivate |
| load()=0 | database::orm::entity_base | pure virtual |
| print_info() const | User | inlineprivate |
| remove()=0 | database::orm::entity_base | pure virtual |
| save()=0 | database::orm::entity_base | pure virtual |
| table_name() const =0 | database::orm::entity_base | pure virtual |
| update()=0 | database::orm::entity_base | pure virtual |
| ~entity_base()=default | database::orm::entity_base | virtual |