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


Private Member Functions | |
| ENTITY_FIELD (int64_t, id, primary_key()|auto_increment()) ENTITY_FIELD(std | |
| bool | is_valid () const |
| void | print_info () const |
Additional Inherited Members | |
Public Member Functions inherited from database::orm::entity_base | |
| virtual | ~entity_base ()=default |
| virtual std::string | table_name () const =0 |
| virtual const entity_metadata & | get_metadata () const =0 |
| virtual bool | save ()=0 |
| virtual bool | load ()=0 |
| virtual bool | update ()=0 |
| virtual bool | remove ()=0 |
Protected Member Functions inherited from database::orm::entity_base | |
| entity_base ()=default | |
Definition at line 32 of file orm_framework_demo.cpp.
|
inlineprivate |
Definition at line 37 of file orm_framework_demo.cpp.
|
inlineprivate |
Definition at line 54 of file orm_framework_demo.cpp.
Referenced by demonstrate_entity_definition(), and demonstrate_entity_lifecycle().

|
inlineprivate |
Definition at line 61 of file orm_framework_demo.cpp.
Referenced by demonstrate_entity_definition(), and demonstrate_entity_lifecycle().
