| GNOME Data Access 4.0 manual |
|---|
GdaFieldAttributeshas been renamedGdaColumnThe
GdaParameteris now an object, and it is extensively used withinGdaParameterListobjects. EachGdaParameterListobject represent a vector of parameters (which may or may not have values assigned) and is the base of theGdaDataModelIteriterator object. TheGdaParameterAPI has been altered.The
GdaExportclass has been removed, the features it offered are now implemented in eachGdaDataModelobject.GdaSelecthas been renamedGdaDataModelFilterSQLThe
GdaTableclass has been replaced by theGdaDataModelQueryclass: it's a data model which can refresh itself and can be configured to be updatable, it's not limited to a database table.The
GdaXmlDatabasehas been removed and the default database is now SQLite which is a complete RDBMS in a fileAll the
gda_xql_*()functions have been removed because they were unused and unmaintained.The 'xml' provider has been removed as it did not work correctly and has been replaced by the SQLite provider as the provider to have serverless databases.
