|
ILIAS
release_8 Revision v8.24
|
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 28 of file class.ilMysqlMyIsamToInnoDbMigration.php.
| ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::getDefaultAmountOfStepsPerRun | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 44 of file class.ilMysqlMyIsamToInnoDbMigration.php.
| ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::getLabel | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 36 of file class.ilMysqlMyIsamToInnoDbMigration.php.
|
protected |
Definition at line 107 of file class.ilMysqlMyIsamToInnoDbMigration.php.
References ilDBConstants\MYSQL_ENGINE_INNODB.
Referenced by ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration\getRemainingAmountOfSteps(), and ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration\step().
Here is the caller graph for this function:| ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::getPreconditions | ( | Environment | $environment | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 52 of file class.ilMysqlMyIsamToInnoDbMigration.php.
| ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration::getRemainingAmountOfSteps | ( | ) |
@inheritDoc
Implements ILIAS\Setup\Migration.
Definition at line 98 of file class.ilMysqlMyIsamToInnoDbMigration.php.
References $rows, and 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 78 of file class.ilMysqlMyIsamToInnoDbMigration.php.
References Vendor\Package\$e, $rows, and ILIAS\Setup\ilMysqlMyIsamToInnoDbMigration\getNonInnoDBTables().
Here is the call graph for this function:
|
protected |
Definition at line 31 of file class.ilMysqlMyIsamToInnoDbMigration.php.
|
protected |
Definition at line 30 of file class.ilMysqlMyIsamToInnoDbMigration.php.