Definition in file qofsql.h.
#include <glib.h>
#include <kvp_frame.h>
#include <qofbook.h>
#include <qofquery.h>
Go to the source code of this file.
Typedefs | |
| typedef _QofSqlQuery | QofSqlQuery |
Functions | |
| QofSqlQuery * | qof_sql_query_new (void) |
| void | qof_sql_query_destroy (QofSqlQuery *) |
| void | qof_sql_query_set_book (QofSqlQuery *q, QofBook *book) |
| GList * | qof_sql_query_run (QofSqlQuery *query, const char *str) |
| Perform the query, return the results. | |
| void | qof_sql_query_parse (QofSqlQuery *query, const char *str) |
| QofQuery * | qof_sql_query_get_query (QofSqlQuery *) |
| GList * | qof_sql_query_rerun (QofSqlQuery *query) |
| void | qof_sql_query_set_kvp (QofSqlQuery *, KvpFrame *) |
1.4.5