qofsql.h File Reference


Detailed Description

QOF client-side SQL parser, interfacing with libgda.

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

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

QofSqlQueryqof_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)
QofQueryqof_sql_query_get_query (QofSqlQuery *)
GList * qof_sql_query_rerun (QofSqlQuery *query)
void qof_sql_query_set_kvp (QofSqlQuery *, KvpFrame *)


Generated on Fri Oct 21 15:49:57 2005 for QOF by  doxygen 1.4.5