|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration:
Collaboration diagram for ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration:Public Member Functions | |
| getLabel () | |
| @inheritDoc More... | |
| getDefaultAmountOfStepsPerRun () | |
| @inheritDoc More... | |
| getPreconditions (Environment $environment) | |
| @inheritDoc More... | |
| step (Environment $environment) | |
| @inheritDoc More... | |
| getRemainingAmountOfSteps () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Setup\Migration | |
| 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 | |
Data Fields inherited from ILIAS\Setup\Migration | |
| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilMysqlMyIsamToInnoDbMigration.php.
|
protected |
Definition at line 29 of file class.ilMysqlMyIsamToInnoDbMigration.php.