keximigrate.cpp File Reference
#include "keximigrate.h"
#include <kdebug.h>
#include <kinputdialog.h>
#include <kapplication.h>
#include <kexiutils/identifier.h>
#include <core/kexi.h>
#include <core/kexiproject.h>
#include <kexidb/drivermanager.h>
#include "keximigrate.moc"
Go to the source code of this file.
Defines | |
| #define | NUM_OF_ROWS_PER_CREATE_TABLE 20 |
| Used for computing progress: let's assume that each table creation costs the same as inserting 20 rows. | |
Define Documentation
|
|
Used for computing progress: let's assume that each table creation costs the same as inserting 20 rows.
Definition at line 47 of file keximigrate.cpp. Referenced by KexiMigration::KexiMigrate::performImport(). |
