MigratorFromSqlite
Table of Contents
Constants
-
MIGRATE_RES_ALREADY_MIGRATED
= 2
-
MIGRATE_RES_OK
= 1
Methods
-
__construct()
: mixed
-
migrateLog()
: mixed
-
copyTable()
: mixed
-
createLogTables()
: mixed
MIGRATE_RES_ALREADY_MIGRATED
public
mixed
MIGRATE_RES_ALREADY_MIGRATED
= 2
MIGRATE_RES_OK
public
mixed
MIGRATE_RES_OK
= 1
__construct()
public
__construct() : mixed
migrateLog()
public
migrateLog([mixed $profileName = 'lizlog' ][, mixed $resetBefore = false ]) : mixed
Parameters
-
$profileName
: mixed
= 'lizlog'
-
-
$resetBefore
: mixed
= false
-
copyTable()
protected
copyTable(mixed $daoSelector, mixed $oldProfile, mixed $newProfile[, mixed $updateSequence = true ]) : mixed
Parameters
-
$daoSelector
: mixed
-
-
$oldProfile
: mixed
-
-
$newProfile
: mixed
-
-
$updateSequence
: mixed
= true
-
createLogTables()
protected
createLogTables(mixed $profile) : mixed
Parameters
-
$profile
: mixed
-