32 #ifndef QOF_SQL_QUERY_H 33 #define QOF_SQL_QUERY_H 127 typedef struct _QofSqlQuery QofSqlQuery;
132 void qof_sql_query_destroy (QofSqlQuery *);
void qof_sql_query_parse(QofSqlQuery *query, const gchar *str)
struct _KvpFrame KvpFrame
void qof_sql_query_set_book(QofSqlQuery *q, QofBook *book)
struct _QofQuery QofQuery
A key-value frame system.
find objects that match a certain expression.
QofQuery * qof_sql_query_get_query(QofSqlQuery *)
void qof_sql_query_set_kvp(QofSqlQuery *, KvpFrame *)
QofSqlQuery * qof_sql_query_new(void)
Encapsulate all the information about a dataset.
GList * qof_sql_query_run(QofSqlQuery *query, const gchar *str)
Perform the query, return the results.
GList * qof_sql_query_rerun(QofSqlQuery *query)