VDKXdb version 0.0.1
VDKXdb is a wrapper on xdb library. It provides a set of VDK data-aware widgets and some database classes:
Since VDKXDatabase, VDKXTable and VDKXTableIndex are subclasses of xdb object user should have some knowledge on using xdb, refer to xdb documentation for further informations and behaviours. More informations on xdb can be achieved visiting http://xdb.sourceforge.net
As usual in VDK all vdkxdb objects should be constructed on the heap with new operator. An exception is VDKXdb class that can be a static/automatic object. Is not necessary to explicitely close and destroy VDKXTable and VDKXTableIndex since when a VDKXDatabase object is destroyed all associated tables and indices will be flushed, closed and destroyed as well. All new'ed vdxdb objects will be automatically deleted before program termination or with GC.
- Author:
-
- Note
- This manual is a living document and changes with the development of VDK. I hope that the hints and tips will be useful. More information can be obtained from the examples source files in ./testvdk. Comments and suggestions are welcome.
- Copyright 1998,1999,2000 Mario Motta and VDK Team
- Permission is granted to make and distribute verbatim copies of this manual provided that the copyright notice and this permission notice are preserved in all copies. Permission is granted to copy and distribute modified version, including translation in other languages, of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Any translated version of this permission notice must have been approved by Mario Motta.
Generated on Wed Aug 18 07:55:25 2004 for vdkxdb 0.0.4 by
1.3.7