|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|


Public Types | |
| using | primary_key_type = int64_t |
Public Member Functions | |
| std::string | table_name () const override |
Public Member Functions inherited from database::orm::entity_base | |
| virtual | ~entity_base ()=default |
| virtual const entity_metadata & | get_metadata () const =0 |
| virtual bool | save ()=0 |
| virtual bool | load ()=0 |
| virtual bool | update ()=0 |
| virtual bool | remove ()=0 |
Additional Inherited Members | |
Protected Member Functions inherited from database::orm::entity_base | |
| entity_base ()=default | |
Definition at line 39 of file orm_entity_demo.cpp.
| using user_entity::primary_key_type = int64_t |
Definition at line 42 of file orm_entity_demo.cpp.
|
inlineoverridevirtual |
Implements database::orm::entity_base.
Definition at line 44 of file orm_entity_demo.cpp.