ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getLabel () | |
@inheritDoc More... | |
getDefaultAmountOfStepsPerRun () | |
@inheritDoc More... | |
getPreconditions (Environment $environment) | |
@inheritDoc More... | |
step (Environment $environment) | |
@inheritDoc More... | |
getRemainingAmountOfSteps () | |
@inheritDoc More... | |
![]() | |
getLabel () | |
getDefaultAmountOfStepsPerRun () | |
Tell the default amount of steps to be executed for one run of the migration. More... | |
getPreconditions (Environment $environment) | |
Objectives the migration depend on. More... | |
prepare (Environment $environment) | |
Prepare the migration by means of some environment. More... | |
step (Environment $environment) | |
Run one step of the migration. More... | |
getRemainingAmountOfSteps () | |
Count up how many "things" need to be migrated. More... | |
Protected Member Functions | |
getNonInnoDBTables () | |
Protected Attributes | |
string | $db_name = null |
ilDBInterface | $database = null |
Additional Inherited Members | |
![]() | |
const | INFINITE = -1 |
Definition at line 27 of file class.ilMysqlMyIsamToInnoDbMigration.php.
ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::getDefaultAmountOfStepsPerRun | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 43 of file class.ilMysqlMyIsamToInnoDbMigration.php.
ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::getLabel | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 35 of file class.ilMysqlMyIsamToInnoDbMigration.php.
|
protected |
Definition at line 106 of file class.ilMysqlMyIsamToInnoDbMigration.php.
References ILIAS\Repository\database(), and ilDBConstants\MYSQL_ENGINE_INNODB.
Referenced by ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration\getRemainingAmountOfSteps(), and ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration\step().
ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::getPreconditions | ( | Environment | $environment | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 51 of file class.ilMysqlMyIsamToInnoDbMigration.php.
ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::getRemainingAmountOfSteps | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 97 of file class.ilMysqlMyIsamToInnoDbMigration.php.
References ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration\getNonInnoDBTables().
ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::step | ( | Environment | $environment | ) |
@inheritDoc
ilException |
Implements ILIAS\Setup\Migration.
Definition at line 77 of file class.ilMysqlMyIsamToInnoDbMigration.php.
References Vendor\Package\$e, ILIAS\Repository\database(), and ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration\getNonInnoDBTables().
|
protected |
Definition at line 30 of file class.ilMysqlMyIsamToInnoDbMigration.php.
|
protected |
Definition at line 29 of file class.ilMysqlMyIsamToInnoDbMigration.php.