Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

qofsql.c File Reference


Detailed Description

QOF client-side SQL parser.

Author:
Copyright (C) 2004 Linas Vepstas <linas@linas.org>

#include <stdlib.h>
#include <glib.h>
#include <libsql/sql_parser.h>
#include <qof/kvp_frame.h>
#include <qof/gnc-date.h>
#include <qof/gnc-numeric.h>
#include <qof/gnc-trace.h>
#include <qof/guid.h>
#include <qof/qofbook.h>
#include <qof/qofquery.h>
#include <qof/qofquerycore.h>
#include <qof/qofsql.h>
#include <qof/gnc-engine-util.h>

Functions

QofSqlQuery * qof_sql_query_new (void)
void qof_sql_query_destroy (QofSqlQuery *q)
QofQueryqof_sql_query_get_query (QofSqlQuery *q)
void qof_sql_query_set_book (QofSqlQuery *q, QofBook *book)
void qof_sql_query_set_kvp (QofSqlQuery *q, KvpFrame *kvp)
void qof_sql_query_parse (QofSqlQuery *query, const char *str)
GList * qof_sql_query_run (QofSqlQuery *query, const char *str)
GList * qof_sql_query_rerun (QofSqlQuery *query)


Generated on Sun May 23 15:41:46 2004 for QOF by doxygen 1.3.6-20040222