AbstractMigratorFromSqlite
in package
AbstractYes
Table of Contents
Constants
Properties
- $newProfile : mixed
- $oldProfile : mixed
- $tablesWereReseted : mixed
Methods
- __construct() : mixed
- copyTable() : mixed
- prepareTablesCopy() : mixed
Constants
MIGRATE_RES_ALREADY_MIGRATED
public
mixed
MIGRATE_RES_ALREADY_MIGRATED
= 2
MIGRATE_RES_OK
public
mixed
MIGRATE_RES_OK
= 1
Properties
$newProfile
protected
mixed
$newProfile
= ''
$oldProfile
protected
mixed
$oldProfile
= ''
$tablesWereReseted
protected
mixed
$tablesWereReseted
= true
Methods
__construct()
public
__construct() : mixed
copyTable()
protected
copyTable(mixed $daoSelector[, mixed $updateSequence = true ][, mixed $forceUpdateFields = array() ][, mixed $updateExisting = false ]) : mixed
Parameters
- $daoSelector : mixed
- $updateSequence : mixed = true
- $forceUpdateFields : mixed = array()
- $updateExisting : mixed = false
prepareTablesCopy()
protected
prepareTablesCopy(mixed $oldProfile, mixed $newProfile[, mixed $tablesWereReseted = true ]) : mixed
Parameters
- $oldProfile : mixed
- $newProfile : mixed
- $tablesWereReseted : mixed = true