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

Public Member Functions | |
| BenchmarkUser ()=default | |
| std::string | table_name () const |
| bool | save () |
| bool | load () |
Public Attributes | |
| int64_t | id = 0 |
| std::string | username |
| std::string | |
| bool | is_active = true |
Definition at line 73 of file benchmark_tests.cpp.
|
default |
|
inline |
Definition at line 85 of file benchmark_tests.cpp.
|
inline |
Definition at line 84 of file benchmark_tests.cpp.
|
inline |
Definition at line 83 of file benchmark_tests.cpp.
Referenced by BM_ORMEntityMetadataAccess().

| std::string BenchmarkUser::email |
Definition at line 77 of file benchmark_tests.cpp.
Referenced by BM_IntegratedSystemPerformance(), BM_ORMEntityCreation(), and BM_ORMEntityFieldAccess().
| int64_t BenchmarkUser::id = 0 |
Definition at line 75 of file benchmark_tests.cpp.
| bool BenchmarkUser::is_active = true |
Definition at line 78 of file benchmark_tests.cpp.
Referenced by BM_IntegratedSystemPerformance(), and BM_ORMEntityFieldAccess().
| std::string BenchmarkUser::username |
Definition at line 76 of file benchmark_tests.cpp.
Referenced by BM_IntegratedSystemPerformance(), BM_ORMEntityCreation(), and BM_ORMEntityFieldAccess().