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