Connection's features

DML queries and data sets

Libgda's features regarding Data Manipulation queries (SELECT, INSERT, UPDATE and DELETE) are:

Libgda's data sets returned by the execution of a SELECT query is an instance of a generic concept of a GdaDataModel which is a collection of data organized in a 2D array where the data of each column is of the same type. Libgda provides several implementations of that interface to support:

DDL queries

Libgda's features regarding Data Definition queries (all the queries which are not DML queries) are:

Note: the actual support depends on the implementation of each DBMS provider

Dictionary

Libgda implements a GdaDict dictionary object which exposes in a convenient way all the database structure:

Specifically the dictionary can:

DetailledLibgdaFeatures (last edited 2008-02-03 12:49:27 by localhost)