|
GnuCash
5.6-150-g038405b370+
|
load and save data to SQL More...
Go to the source code of this file.
Data Structures | |
| class | GncSqlTransBackend |
| class | GncSqlSplitBackend |
| struct | acct_balances_t |
Functions | |
| void | gnc_sql_transaction_load_tx_for_account (GncSqlBackend *sql_be, Account *account) |
| Loads all transactions which have splits for a specific account. More... | |
load and save data to SQL
This file implements the top-level QofBackend API for saving/ restoring data to/from an SQL database
Definition in file gnc-transaction-sql.h.
| void gnc_sql_transaction_load_tx_for_account | ( | GncSqlBackend * | sql_be, |
| Account * | account | ||
| ) |
Loads all transactions which have splits for a specific account.
| sql_be | SQL backend |
| account | Account |
Loads all transactions which have splits for a specific account.
| sql_be | SQL backend |
| account | Account |
Definition at line 690 of file gnc-transaction-sql.cpp.
1.8.14