File: README

package info (click to toggle)
libgda4 4.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 34,928 kB
  • ctags: 18,543
  • sloc: ansic: 187,884; sh: 10,317; xml: 7,903; yacc: 3,454; makefile: 1,974; java: 1,253; python: 896; sql: 321
file content (23 lines) | stat: -rw-r--r-- 1,050 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
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 WritableSelect/: example to show how to modify a GdaDataModel returned after
  the execution of a SELECT statement

Good luck and happy hacking!