|
| class | Batch |
| | Multiple SQL statements grouped together. More...
|
| |
| class | Blob |
| | This object is a base class for individual database providers which support BLOB types. More...
|
| |
| class | BlobOp |
| | Blobs handling. More...
|
| |
| class | Column |
| | Management of DataModel column attributes. More...
|
| |
| class | Config |
| | Configuration — Access/Management of libgda configuration. More...
|
| |
| class | ConfigError |
| |
| class | Connection |
| | Manages a connection to a data source. More...
|
| |
| class | ConnectionError |
| | Exception class for Gda connection errors. More...
|
| |
| class | ConnectionEvent |
| | Any event which has occurred on a Gda::Connection. More...
|
| |
| class | DataAccessWrapper |
| | Offers random access on top of a cursor-only access data model. More...
|
| |
| class | DataComparator |
| | Simple data model's contents comparison. More...
|
| |
| class | DataHandler |
| | Base class which provides data handling capabilities. More...
|
| |
| class | DataModel |
| | Abstract DataModel (Base class for all DataModels). More...
|
| |
| class | DataModelArray |
| | An implementation of DataModel based on an array. More...
|
| |
| class | DataModelError |
| | Exception class for Gda connection errors. More...
|
| |
| class | DataModelImport |
| | Importing data from a string or a file. More...
|
| |
| class | DataModelIter |
| | Data model iterator. More...
|
| |
| class | DataModelIterError |
| |
| class | DataProxy |
| | Proxy to hold modifications for any DataModel, providing the DataModel interface itself. More...
|
| |
| class | DataSelect |
| | Data models returned by the execution of a SELECT statement. More...
|
| |
| class | HandlerBin |
| | Default handler for binary values. More...
|
| |
| class | HandlerBoolean |
| | Default Handler for booleans. More...
|
| |
| class | HandlerNumerical |
| | Default handler for numeric values. More...
|
| |
| class | HandlerString |
| | Default handler for strings. More...
|
| |
| class | HandlerTime |
| | Default handler for time, date and timestamp. More...
|
| |
| class | HandlerType |
| | Default handler for GType values. More...
|
| |
| class | Holder |
| | Container for a single Gda::Value. More...
|
| |
| class | HolderError |
| |
| class | MetaStore |
| | Dictionary object. More...
|
| |
| class | MetaStoreError |
| |
| class | MetaStruct |
| | In-memory representation of some database objects. More...
|
| |
| class | MetaStructError |
| | Exception class for Gda MetaStruct errors. More...
|
| |
| class | Numeric |
| | TODO. More...
|
| |
| class | QuarkList |
| | Manages lists of KEY=VALUE pairs. More...
|
| |
| class | Row |
| | Row for a Gda::DataModelArray object. More...
|
| |
| class | ServerOperation |
| | Handles any DDL query in an abstract way. More...
|
| |
| class | ServerProvider |
| | Base class for all the DBMS providers. More...
|
| |
| class | ServerProviderError |
| |
| class | Set |
| | Container for several values. More...
|
| |
| class | SqlBuilder |
| | SqlBuilder 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. More...
|
| |
| class | SqlBuilderError |
| |
| class | SqlError |
| |
| class | SqlExpr |
| | This contains any expression, either as a value, a variable, or as other types of expressions. More...
|
| |
| class | SqlParser |
| | SQL parser. More...
|
| |
| class | SqlParserError |
| |
| class | SqlStatement |
| | Every SQL statement can be decomposed in the SqlStatement tree structure. More...
|
| |
| class | Statement |
| | Single SQL statement. More...
|
| |
| class | StatementError |
| |
| class | TransactionStatus |
| | Keeps track of the transactional status of a connection. More...
|
| |
| class | Value |
| | Use value_type() to identify the value type at runtime. More...
|
| |
| class | XaTransaction |
| | Distributed transaction manager. More...
|
| |