File: qofsql_8c.html

package info (click to toggle)
qof 0.5.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,376 kB
  • ctags: 2,995
  • sloc: ansic: 14,210; sh: 7,273; makefile: 204; yacc: 184; lex: 123
file content (52 lines) | stat: -rw-r--r-- 4,017 bytes parent folder | download
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&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;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 &lt;<a href="mailto:linas@linas.org">linas@linas.org</a>&gt;</dd></dl>

<p>
<code>#include &lt;stdlib.h&gt;</code><br>
<code>#include &lt;glib.h&gt;</code><br>
<code>#include &lt;libsql/sql_parser.h&gt;</code><br>
<code>#include &lt;qof/kvp_frame.h&gt;</code><br>
<code>#include &lt;qof/gnc-date.h&gt;</code><br>
<code>#include &lt;qof/gnc-numeric.h&gt;</code><br>
<code>#include &lt;qof/gnc-trace.h&gt;</code><br>
<code>#include &lt;qof/guid.h&gt;</code><br>
<code>#include &lt;qof/qofbook.h&gt;</code><br>
<code>#include &lt;qof/qofquery.h&gt;</code><br>
<code>#include &lt;qof/qofquerycore.h&gt;</code><br>
<code>#include &lt;qof/qofsql.h&gt;</code><br>
<code>#include &lt;qof/gnc-engine-util.h&gt;</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 *&nbsp;</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&nbsp;</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> *&nbsp;</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&nbsp;</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&nbsp;</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&nbsp;</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 *&nbsp;</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 *&nbsp;</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>