kexi
Kross::KexiDB Namespace Reference
Detailed Description
KrossKexiDB provides access to the KexiDB database functionality.
Classes | |
class | KexiDBConnection |
A connection to a database. More... | |
class | KexiDBConnectionData |
A KexiDBConnectionData is used to store the details needed for a connection with a database. More... | |
class | KexiDBCursor |
The cursor provides a control structure for the successive traversal of records in a result set as returned e.g. More... | |
class | KexiDBDriver |
Drivers are the implementations Kexi uses to access the driver-backends. More... | |
class | KexiDBDriverManager |
The drivermanager is the base class to access KexiDBDriver objects and provides common functionality to deal with the KexiDB module. More... | |
class | KexiDBField |
A field in a record. More... | |
class | KexiDBFieldList |
A list of fields. More... | |
class | KexiDBModule |
class | KexiDBParser |
The KexiDBParser could be used to parse SQL-statements. More... | |
class | KexiDBSchema |
The KexiDBSchema object provides common functionality for schemas like KexiDBTableSchema or KexiDBQuerySchema. More... | |
class | KexiDBTableSchema |
The KexiDBTableSchema object implements a KexiDBSchema for tables. More... | |
class | KexiDBQuerySchema |
The KexiDBTableSchema object implements a KexiDBSchema for queries. More... | |
class | KexiDBTransaction |
Transactions are used to ensure that integrity of a database is maintained. More... |