kexi
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 | MigrateManager |
Migration library management, for finding and loading mogration drivers. More... | |
class | TxtMigrate |
Functions | |
KEXIMIGR_EXPORT int | versionMajor () |
KEXIMIGR_EXPORT int | versionMinor () |
Function Documentation
int KexiMigration::versionMajor | ( | ) |
Returns the major number of Kexi's version, e.g.
- Returns:
- KexiMigration version info (most significant part)
- Returns:
- the major version number
Definition at line 374 of file migratemanager.cpp.
int KexiMigration::versionMinor | ( | ) |
Returns the minor number of Kexi's version, e.g.
- Returns:
- KexiMigration version info (least significant part)
- Returns:
- the minor version number
Definition at line 379 of file migratemanager.cpp.