Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Gnome::Gda::BatchMultiple SQL statements grouped together
Gnome::Gda::BlobThis object is a base class for individual database providers which support BLOB types
Gnome::Gda::BlobOpBlobs handling
Gnome::Gda::ColumnManagement of DataModel column attributes
Gnome::Gda::ConfigConfiguration — Access/Management of libgda configuration
Gnome::Gda::ConfigError
Gnome::Gda::ConnectionManages a connection to a data source
Gnome::Gda::ConnectionErrorException class for Gda connection errors
Gnome::Gda::ConnectionEventAny event which has occurred on a Gda::Connection
Gnome::Gda::DataAccessWrapperOffers random access on top of a cursor-only access data model
Gnome::Gda::DataComparatorSimple data model's contents comparison
Gnome::Gda::DataHandlerBase class which provides data handling capabilities
Gnome::Gda::DataModelAbstract DataModel (Base class for all DataModels)
Gnome::Gda::DataModelArrayAn implementation of DataModel based on an array
Gnome::Gda::DataModelErrorException class for Gda connection errors
Gnome::Gda::DataModelImportImporting data from a string or a file
Gnome::Gda::DataModelIterData model iterator
Gnome::Gda::DataModelIterError
Gnome::Gda::DataProxyProxy to hold modifications for any DataModel, providing the DataModel interface itself
Gnome::Gda::DataSelectData models returned by the execution of a SELECT statement
Gnome::Gda::HandlerBinDefault handler for binary values
Gnome::Gda::HandlerBooleanDefault Handler for booleans
Gnome::Gda::HandlerNumericalDefault handler for numeric values
Gnome::Gda::HandlerStringDefault handler for strings
Gnome::Gda::HandlerTimeDefault handler for time, date and timestamp
Gnome::Gda::HandlerTypeDefault handler for GType values
Gnome::Gda::HolderContainer for a single Gda::Value
Gnome::Gda::HolderError
Gnome::Gda::MetaStoreDictionary object
Gnome::Gda::MetaStoreError
Gnome::Gda::MetaStructIn-memory representation of some database objects
Gnome::Gda::MetaStructErrorException class for Gda MetaStruct errors
Gnome::Gda::QuarkListQuark lists (lists of KEY=VALUE's)
Gnome::Gda::RowRow for a Gda::DataModelArray object
Gnome::Gda::ServerOperationHandles any DDL query in an abstract way
Gnome::Gda::ServerProviderBase class for all the DBMS providers
Gnome::Gda::ServerProviderError
Gnome::Gda::SetContainer for several values
Gnome::Gda::SqlBuilderSqlBuilder can be used to build a Statement from its structural description, much in the same way a SqlParser can be used to build a Statement from a SQL string
Gnome::Gda::SqlBuilderError
Gnome::Gda::SqlError
Gnome::Gda::SqlExprThis contains any expression, either as a value, a variable, or as other types of expressions
Gnome::Gda::SqlParserSQL parser
Gnome::Gda::SqlParserError
Gnome::Gda::SqlStatementEvery SQL statement can be decomposed in the SqlStatement tree structure
Gnome::Gda::StatementSingle SQL statement
Gnome::Gda::StatementError
Gnome::Gda::TransactionStatusKeeps track of the transactional status of a connection
Gnome::Gda::ValueUse value_type() to identify the value type at runtime
Gnome::Gda::XaTransactionDistributed transaction manager