TableMover
class TableMover (View source)
Properties
string | $sqlConstraintsQuery | A string containing the SQL query for constraints to be execute after all tables have been created. |
Methods
bool
moveCopy(string $sourceDb, string $sourceTable, string $targetDb, string $targetTable, MoveScope $what, MoveMode $mode, bool $addDropIfExists)
No description
int|bool
duplicateInfo(string $work, string $table, array $getFields, array $whereFields, array $newFields)
Inserts existing entries in a PMA_* table by reading a value from an old entry
Details
__construct(DatabaseInterface $dbi, Relation $relation)
No description
bool
moveCopy(string $sourceDb, string $sourceTable, string $targetDb, string $targetTable, MoveScope $what, MoveMode $mode, bool $addDropIfExists)
No description
int|bool
duplicateInfo(string $work, string $table, array $getFields, array $whereFields, array $newFields)
Inserts existing entries in a PMA_* table by reading a value from an old entry