KexiMigration Namespace Reference
Detailed Description
Framework for importing databases into native KexiDB databases.
Classes | |
| class | OptionsDialog |
| Import Options dialog. More... | |
| class | ImportWizard |
| GUI for importing external databases (file-based and server-based). More... | |
| class | KexiMigrate |
| Imports non-native databases into Kexi projects. More... | |
| class | Data |
| class | MigrateManager |
| Migration library management, for finding and loading mogration drivers. More... | |
| class | MigrateManagerInternal |
| class | MySQLMigrate |
| class | PqxxMigrate |
| class | TxtMigrate |
Functions | |
| KEXIMIGR_EXPORT int | versionMajor () |
| Returns the major number of Kexi's version, e.g. | |
| KEXIMIGR_EXPORT int | versionMinor () |
| Returns the minor number of Kexi's version, e.g. | |
Function Documentation
|
|
Returns the major number of Kexi's version, e.g. 1 for Kexi 1.2.3.
Definition at line 31 of file kexi_global.cpp. References KEXI_VERSION_MAJOR. Referenced by KexiMigration::KexiMigrate::isValid(), KexiMigration::MigrateManagerInternal::lookupDrivers(), and KexiDB::Connection::useDatabase(). |
|
|
Returns the minor number of Kexi's version, e.g. 2 for Kexi 1.2.3.
Definition at line 36 of file kexi_global.cpp. References KEXI_VERSION_MINOR. Referenced by KexiMigration::KexiMigrate::isValid(), KexiMigration::MigrateManagerInternal::lookupDrivers(), and KexiDB::Connection::useDatabase(). |
