GnuCash
5.6-150-g038405b370+
|
Go to the source code of this file.
Data Structures | |
class | QofFakeQueryPool |
Functions | |
QofQuery * | qof_query_create_for (QofIdTypeConst obj_type) |
void | qof_query_destroy (QofQuery *query) |
Frees the resources associate with a Query object. More... | |
void | qof_query_set_book (QofQuery *query, QofBook *book) |
Set the book to be searched. More... | |
void | xaccQueryAddDateMatchTT (QofQuery *query, gboolean use_start, time64 stt, gboolean use_end, time64 ett, QofQueryOp op) |
void | xaccQueryAddSingleAccountMatch (QofQuery *query, Account *acc, QofQueryOp op) |
GList * | qof_query_run (QofQuery *query) |
Perform the query, return the results. More... | |