XOOPS
2.6.0
|
Public Member Functions | |
__construct () | |
acceptColumn (Table $table, Column $column) | |
acceptForeignKey (Table $localTable, ForeignKeyConstraint $fkConstraint) | |
acceptIndex (Table $table, Index $index) | |
acceptSchema (Schema $schema) | |
acceptSequence (Sequence $sequence) | |
acceptTable (Table $table) | |
getNewSchema () | |
setTableFilter (array $tableList) | |
Protected Attributes | |
$newSchema | |
Definition at line 38 of file RemovePrefixes.php.
Xoops\Core\Database\Schema\RemovePrefixes::__construct | ( | ) |
Constructor
Definition at line 46 of file RemovePrefixes.php.
Xoops\Core\Database\Schema\RemovePrefixes::acceptColumn | ( | Table | $table, |
Column | $column | ||
) |
accept a column in the schema - not used in this context
Table | $table | a table object to accept a column into |
Column | $column | a column object to be accepted |
Definition at line 107 of file RemovePrefixes.php.
Xoops\Core\Database\Schema\RemovePrefixes::acceptForeignKey | ( | Table | $localTable, |
ForeignKeyConstraint | $fkConstraint | ||
) |
Accept a foreign key in the schema - not used in this context
Table | $localTable | local table to have foreign key |
ForeignKeyConstraint | $fkConstraint | foreign key constraint |
Definition at line 120 of file RemovePrefixes.php.
Xoops\Core\Database\Schema\RemovePrefixes::acceptIndex | ( | Table | $table, |
Index | $index | ||
) |
Accept an Index - not used in this context
Table | $table | indexed table |
Index | $index | index to accept |
Definition at line 133 of file RemovePrefixes.php.
Xoops\Core\Database\Schema\RemovePrefixes::acceptSchema | ( | Schema | $schema | ) |
Accept schema - not used in this context
Schema | $schema | a schema object |
Definition at line 82 of file RemovePrefixes.php.
Xoops\Core\Database\Schema\RemovePrefixes::acceptSequence | ( | Sequence | $sequence | ) |
Accept a sequence
Sequence | $sequence | sequence to accept |
Definition at line 145 of file RemovePrefixes.php.
Xoops\Core\Database\Schema\RemovePrefixes::acceptTable | ( | Table | $table | ) |
Accept a table with all its dependencies.
Table | $table | a table object |
Definition at line 94 of file RemovePrefixes.php.
Xoops\Core\Database\Schema\RemovePrefixes::getNewSchema | ( | ) |
return the generated Schema
Definition at line 56 of file RemovePrefixes.php.
References Xoops\Core\Database\Schema\RemovePrefixes\$newSchema.
Xoops\Core\Database\Schema\RemovePrefixes::setTableFilter | ( | array | $tableList | ) |
set list of tables to limit schema
If no list is specified, all tables will be included
array | $tableList | list of tables to allow |
Definition at line 70 of file RemovePrefixes.php.
|
protected |
Definition at line 41 of file RemovePrefixes.php.
Referenced by Xoops\Core\Database\Schema\RemovePrefixes\getNewSchema().