Definition in file qofsql.h.
#include "kvpframe.h"
#include "qofbook.h"
#include "qofquery.h"
Go to the source code of this file.
Typedefs | |
typedef struct _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 gchar *str) |
Perform the query, return the results. | |
void | qof_sql_query_parse (QofSqlQuery *query, const gchar *str) |
QofQuery * | qof_sql_query_get_query (QofSqlQuery *) |
GList * | qof_sql_query_rerun (QofSqlQuery *query) |
void | qof_sql_query_set_kvp (QofSqlQuery *, KvpFrame *) |