29 #ifndef GNC_SCHEDXACTION_SQL_H 30 #define GNC_SCHEDXACTION_SQL_H 33 #include "gnc-sql-object-backend.hpp"
Encapsulates per-class table schema with functions to load, create a table, commit a changed front-en...
bool commit(GncSqlBackend *sql_be, QofInstance *inst) override
UPDATE/INSERT a single instance of m_type_name into the database.
void load_all(GncSqlBackend *) override
Load all objects of m_type in the database into memory.
Main SQL backend structure.