Kexi API Documentation (2.0 alpha)

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

KEXIMIGR_EXPORT int KexiMigration::versionMajor  ) 
 

Returns the major number of Kexi's version, e.g.

1 for Kexi 1.2.3.

Returns:
the major version number

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().

KEXIMIGR_EXPORT int KexiMigration::versionMinor  ) 
 

Returns the minor number of Kexi's version, e.g.

2 for Kexi 1.2.3.

Returns:
the minor version number

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().

KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:50 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003