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