4#include "include/schema/abstract_table_item.h"
6namespace ehm_dal::schema {
22 inline bool init()
override {
return false; }
31 std::unique_ptr<Data> data_;
The DatabaseVersion class represents the database version number.
Definition: database_version.h:12
The AbstractTableItem class represents a row in a Table with no primary key (id/uid) field.
Definition: abstract_table_item.h:23
Definition: schedule_template_game.h:9
bool init() override
Initialises the table item members. This only needs to be called once per item.
Definition: schedule_template_game.h:22
bool write(QDataStream &out, ehm_dal::database::DatabaseVersion &version) override
Writes a table row to the QDataStream.
bool read(QDataStream &in, ehm_dal::database::DatabaseVersion &version) override
Reads a table row from the QDataStream.