libgdamm Reference Documentation |
Gnome::Gda::Blob | This object is a base class for individual database providers which support BLOB types |
Gnome::Gda::BlobOp | Blobs handling |
Gnome::Gda::Client | Database client access |
Gnome::Gda::ClientError | Exception class for Gda client errors |
Gnome::Gda::Column | Management of DataModel column attributes |
Gnome::Gda::ColumnIndex | DataModel column indexes — Management of DataModel column index attributes |
Gnome::Gda::Command | For issuing commands to the provider |
Gnome::Gda::Connection | Manages a connection to a data source |
Gnome::Gda::ConnectionError | Exception class for Gda connection errors |
Gnome::Gda::ConnectionEvent | Any event which has occurred on a GdaConnection |
Gnome::Gda::DataHandler | Base class which provides data handling capabilities |
Gnome::Gda::DataModel | Abstract DataModel (Base class for all DataModels) |
Gnome::Gda::DataModelArray | An implementation of DataModel based on an array |
Gnome::Gda::DataModelFilterSQL | Filtering data from one or several DataModel objects |
Gnome::Gda::DataModelHash | An implementation of GdaDataModel based on a hash table |
Gnome::Gda::DataModelImport | Importing data from a string or a file |
Gnome::Gda::DataModelIndex | |
Gnome::Gda::DataModelIter | |
Gnome::Gda::DataModelIterError | |
Gnome::Gda::DataModelQuery | An implementation of DataModel based on a SELECT query |
Gnome::Gda::DataModelQueryError | Exception class for DataModelQuery errors |
Gnome::Gda::DataModelRow | Base implementation for other objects to implement the DataModel interface based on the use of rows |
Gnome::Gda::DataProxy | Proxy to hold modifications for any DataModel, providing the DataModel interface itself |
Gnome::Gda::DataSourceInfo | |
Gnome::Gda::Config::DataSourceInfoTraits | |
Gnome::Gda::Dict | This object is a "proxy repository" for objects in a database |
Gnome::Gda::DictAggregate | Represents an aggregate in the DBMS (like COUNT() or AVG(), for example) |
Gnome::Gda::DictConstraint | Represents a constraint within a database |
Gnome::Gda::DictDatabase | Represents a database structure in the DBMS server |
Gnome::Gda::DictError | |
Gnome::Gda::DictField | Represents a field in a table or a view in the database |
Gnome::Gda::DictFunction | Represents a function in the DBMS |
Gnome::Gda::DictTable | Represents a table or a view in the database |
Gnome::Gda::DictType | Represents a data type in the DBMS |
Gnome::Gda::Entity | Base class to represent a generic entity (for tables, views or queries) |
Gnome::Gda::EntityField | Base class to represent a generic field (for tables' fields, etc) |
Gnome::Gda::GeneralError | Exception class for Gda errors |
Gnome::Gda::HandlerBin | Default handler for binary values |
Gnome::Gda::HandlerBoolean | Default Handler for booleans |
Gnome::Gda::HandlerNumerical | Default handler for numeric values |
Gnome::Gda::HandlerString | Default handler for strings |
Gnome::Gda::HandlerTime | Default handler for time, date and timestamp |
Gnome::Gda::HandlerType | Default handler for GType values |
Gnome::Gda::Object | The base class for many of the libgda objects |
Gnome::Gda::Parameter | Represents a Value with various attributes |
Gnome::Gda::ParameterError | Exception class for Gda parameter errors |
Gnome::Gda::ParameterList | Manages a list of GdaParameter objects which contain individual values |
Gnome::Gda::ParameterListError | Exception class for Gda parameter list errors |
Gnome::Gda::ProviderInfo | TODO: |
Gnome::Gda::Config::ProviderInfoTraits | |
Gnome::Gda::Query | Represents any kind of DML query |
Gnome::Gda::QueryCondition | Represents a condition within a query |
Gnome::Gda::QueryError | |
Gnome::Gda::QueryField | Parent class for any query's field |
Gnome::Gda::QueryFieldAgg | Represents a function (selected by a DictAggregate object) |
Gnome::Gda::QueryFieldAll | Represents all the fields of an entity (through a GdaQueryTarget object) |
Gnome::Gda::QueryFieldField | Represents one field of an entity (through a QueryTarget object) |
Gnome::Gda::QueryFieldFunc | Represents a function (selected by a GdaDictFunction object) |
Gnome::Gda::QueryFieldValue | Represents a single value (or a parameter) |
Gnome::Gda::QueryJoin | This object is a join, within a SELECT query, between two different entities participating in the query; the entities are themselves represented by GdaQueryTarget objects |
Gnome::Gda::QueryObject | Parent class for any object participating in a GdaQuery query |
Gnome::Gda::QueryTarget | Represents a target entity within a query |
Gnome::Gda::Referer | Base class to know when on object is completely defined |
Gnome::Gda::Renderer | Base class to get representations of objects as SQL statements, XML nodes or human readable text |
Gnome::Gda::Row | |
Gnome::Gda::ServerOperation | Handles any DDL query in an abstract way |
Gnome::Gda::ServerProvider | |
Gnome::Gda::TransactionStatus | Keeps track of the transactional status of a connection |
Gnome::Gda::Value | Use value_type() to identify the value type at runtime |
Gnome::Gda::XmlStorage | Base class which provides saving and loading using XML structures |