#include <glib.h>
#include <qof/kvp_frame.h>
#include <qof/qofbook.h>
#include <qof/qofquery.h>
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) |
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 *) |