File: README

package info (click to toggle)
libgda5 5.2.10-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 76,168 kB
  • sloc: ansic: 495,319; xml: 10,486; yacc: 5,165; sh: 4,451; makefile: 4,095; php: 1,416; java: 1,300; javascript: 1,298; python: 896; sql: 879; perl: 116
file content (30 lines) | stat: -rw-r--r-- 1,490 bytes parent folder | download | duplicates (8)
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
libgda samples
--------------

The objective here is to give to the
developer using libgda quick samples in order she
could use as soon as possible the technology.

Currently the contents are:
* in SimpleExample/: a very simple example to start with
* in BDB/: using the GdaDataModelBdb data model and how to subclass it
* in DirDataModel/: using the GdaDataModelDir object
* in F-Spot/: and example of F-Spot database repair tool (using virtual connections)
* in TableCopy/: examples of how to copy table data
* in Virtual/: virtual connection usage example
* in Report/: reports examples
* in XSLT/: example using Libgda's extension to libxslt
* in DDL/: example using the GdaServerOperation object to perform a CREATE TABLE query
* in SqlParserConsole/: simple console to test how the GdaSqlParser object parses strings
* in MetaStore/: simple example to show how to use and update a GdaMetaStore
* in Tree/: simple example to show how to use the GdaTree object
* in SqlBuilder: simple example to show how to use GdaSqlBuilder object to build various statements
* in AsyncExec: simple example illustrating how to perform asynchronous statement execution
* in WritableSelect/: example to show how to modify a GdaDataModel returned after
  the execution of a SELECT statement
* in Git/: JavaScript example to use the GObject introspection with Libgda

And using the UI extension:
* in SimpleUIForm/: a very simple form, with read-only and read-write versions

Good luck and happy hacking!