File: README

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 (22 lines) | stat: -rw-r--r-- 813 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

                        QOF Examples
                        ------------
                        April 2004

There are three examples in this directory, showing how to use
QOF for queries.  One example shows how to use the raw, c-language
query-construction programming interface, the other shows how to
use an SQL-like language that is parsed and executed on the client 
side.  The two programs are both nearly identical; they both perform
a query over a collection of instances of "MyObject".

The "sql-example" program provides an example of the client-side 
SQL query parsing and execution.

The "query-example" program provides an example of the usage of
the low-level query-construction routines.


The gobject subdirectory contains example code showing how to use 
QOF to perform a query over GObjects.