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 |
Functions | |
KEXIMIGR_EXPORT int | versionMajor () |
KEXIMIGR_EXPORT int | versionMinor () |
int | versionMajor () |
int | versionMinor () |
Function Documentation
|
Returns the major number of Kexi's version, e.g.
Definition at line 381 of file migratemanager.cpp. |
|
Returns the major number of Kexi's version, e.g.
Definition at line 32 of file kexi_global.cpp. |
|
Returns the minor number of Kexi's version, e.g.
Definition at line 386 of file migratemanager.cpp. |
|
Returns the minor number of Kexi's version, e.g.
Definition at line 37 of file kexi_global.cpp. |