| GNOME Data Access 3.0 manual |
|---|
- GdaDict — GDA dictionary
- GdaDictType — Represents a data type in the DBMS
- GdaDictFunction — Represents a function in the DBMS.
-
GdaDictAggregate — Represents an aggregate in the DBMS (like
COUNT()orAVG()for example) - GdaDictDatabase — Represents a database structure in the DBMS server
- GdaDictTable — Represents a table or a view in the database
- GdaDictField — Represents a field in a table or a view in the database
- GdaDictConstraint — Represents a constraint within a database
- GdaDictExtend — Make GdaDict manage other types of objects
These objects make the in-memory representation of a database structure (Tables, fields, ...), they are part of the data dictionary (see GdaDict). Related interfaces are: GdaXmlStorage, GdaEntity, GdaEntityField, GdaRenderer and GdaReferer.
