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 | Data |
| class | MigrateManager |
| Migration library management, for finding and loading mogration drivers. More... | |
| class | MySQLMigrate |
| class | PqxxMigrate |
| class | TxtMigrate |
|
More... | |
Functions | |
| KEXIMIGR_EXPORT int | versionMajor () |
| KEXIMIGR_EXPORT int | versionMinor () |
| int | versionMajor () |
| int | versionMinor () |
Function Documentation
| int KexiMigration::versionMajor | ( | ) |
- Returns:
- KexiMigration version info (most significant part)
1 for Kexi 1.2.3.
- Returns:
- the major version number
Definition at line 381 of file migratemanager.cpp.
| KEXIMIGR_EXPORT int KexiMigration::versionMajor | ( | ) |
- Returns:
- KexiMigration version info (most significant part)
1 for Kexi 1.2.3.
- Returns:
- the major version number
Definition at line 31 of file kexi_global.cpp.
| int KexiMigration::versionMinor | ( | ) |
- Returns:
- KexiMigration version info (least significant part)
2 for Kexi 1.2.3.
- Returns:
- the minor version number
Definition at line 386 of file migratemanager.cpp.
| KEXIMIGR_EXPORT int KexiMigration::versionMinor | ( | ) |
- Returns:
- KexiMigration version info (least significant part)
2 for Kexi 1.2.3.
- Returns:
- the minor version number
Definition at line 36 of file kexi_global.cpp.

