qofsql.c File Reference


Detailed Description

QOF client-side SQL parser - interfaces with libgda.

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

Definition in file qofsql.c.

#include "config.h"
#include <stdlib.h>
#include <errno.h>
#include <glib.h>
#include <libintl.h>
#include "sql_parser.h"
#include <time.h>
#include "qof.h"
#include "qofquery-p.h"

Go to the source code of this file.

Defines

#define _(String)   dgettext (GETTEXT_PACKAGE, String)

Functions

QofSqlQueryqof_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 Sat Apr 21 11:41:21 2007 for QOF by  doxygen 1.5.1