1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>QOF: qofsql.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6-20040222 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1>qofsql.c File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
QOF client-side SQL parser.
<p>
<dl compact><dt><b>Author:</b></dt><dd>Copyright (C) 2004 Linas Vepstas <<a href="mailto:linas@linas.org">linas@linas.org</a>></dd></dl>
<p>
<code>#include <stdlib.h></code><br>
<code>#include <glib.h></code><br>
<code>#include <libsql/sql_parser.h></code><br>
<code>#include <qof/kvp_frame.h></code><br>
<code>#include <qof/gnc-date.h></code><br>
<code>#include <qof/gnc-numeric.h></code><br>
<code>#include <qof/gnc-trace.h></code><br>
<code>#include <qof/guid.h></code><br>
<code>#include <qof/qofbook.h></code><br>
<code>#include <qof/qofquery.h></code><br>
<code>#include <qof/qofquerycore.h></code><br>
<code>#include <qof/qofsql.h></code><br>
<code>#include <qof/gnc-engine-util.h></code><br>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>QofSqlQuery * </td><td class="memItemRight" valign=bottom><a class="el" href="group__SQL.html#ga1">qof_sql_query_new</a> (void)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="anchor" name="ga2" doxytag="qofsql.c::qof_sql_query_destroy" ></a>
void </td><td class="memItemRight" valign=bottom><b>qof_sql_query_destroy</b> (QofSqlQuery *q)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__Query.html#ga0">QofQuery</a> * </td><td class="memItemRight" valign=bottom><a class="el" href="group__SQL.html#ga3">qof_sql_query_get_query</a> (QofSqlQuery *q)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="group__SQL.html#ga4">qof_sql_query_set_book</a> (QofSqlQuery *q, <a class="el" href="struct__QofBook.html">QofBook</a> *book)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="group__SQL.html#ga5">qof_sql_query_set_kvp</a> (QofSqlQuery *q, <a class="el" href="group__KVP.html#ga0">KvpFrame</a> *kvp)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="group__SQL.html#ga11">qof_sql_query_parse</a> (QofSqlQuery *query, const char *str)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>GList * </td><td class="memItemRight" valign=bottom><a class="el" href="group__SQL.html#ga12">qof_sql_query_run</a> (QofSqlQuery *query, const char *str)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>GList * </td><td class="memItemRight" valign=bottom><a class="el" href="group__SQL.html#ga13">qof_sql_query_rerun</a> (QofSqlQuery *query)</td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Sun May 23 15:41:46 2004 for QOF by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.6-20040222 </small></address>
</body>
</html>
|