kexi
Kross::KexiDB Namespace Reference
Detailed Description
Wrapper around the Kexi::KexiDB classes.Only Kross::Api is used. So, this wrapper is independend to the used scripting backend and any interpreter who wraps the Kross-Api should be able to make such wrappers accessible from within scripting-languages.
Classes | |
class | KexiDBConnection |
The KexiDBConnection class handles KexiDB::Connection instances and wraps parts of the functionality. More... | |
class | KexiDBConnectionData |
The KexiDBConnection class handles KexiDB::Connection instances and wraps parts of the functionality. More... | |
class | KexiDBCursor |
The KexiDBCursor class is a wrapper around the KexiDB::Cursor class to provide database cursor functionality. More... | |
class | KexiDBDriver |
Class to handle KexiDB::Driver instances. More... | |
class | KexiDBDriverManager |
Class to wrap KexiDB::DriverManager and make the functionality accessible. More... | |
class | KexiDBField |
class | KexiDBFieldList |
class | KexiDBModule |
The KexiDBModule wrapper around KexiDB. More... | |
class | KexiDBParser |
class | KexiDBSchema |
The KexiDBSchema template class spends a base to wrap from KexiDB::SchemaData and KexiDB::FieldList inherited classes. More... | |
class | KexiDBTableSchema |
The KexiDBTableSchema class wraps KexiDB::TableSchema objects. More... | |
class | KexiDBQuerySchema |
The KexiDBQuerySchema class wraps KexiDB::QuerySchema objects. More... | |
class | KexiDBTransaction |