MIOLO20
|
Membros públicos | |
__construct ($tableName, $addedColumns=array(), $changedColumns=array(), $removedColumns=array(), $addedIndexes=array(), $changedIndexes=array(), $removedIndexes=array()) | |
Campos de Dados | |
$name = null | |
$newName = false | |
$addedColumns | |
$changedColumns = array() | |
$removedColumns = array() | |
$renamedColumns = array() | |
$addedIndexes = array() | |
$changedIndexes = array() | |
$removedIndexes = array() | |
$addedForeignKeys = array() | |
$changedForeignKeys = array() | |
$removedForeignKeys = array() | |
Table Diff
@license http://www.opensource.org/licenses/lgpl-license.php LGPL Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. http://ez.no/licenses/new_bsd New BSD License 2.0 $Revision$ Benjamin Eberlei konta.nosp@m.kt@b.nosp@m.eberl.nosp@m.ei.d.nosp@m.e
Definido na linha 35 do ficheiro TableDiff.php.
__construct | ( | $tableName, | |
$addedColumns = array(), | |||
$changedColumns = array(), | |||
$removedColumns = array(), | |||
$addedIndexes = array(), | |||
$changedIndexes = array(), | |||
$removedIndexes = array() ) |
Constructs an TableDiff object.
array(string=>Column) | $addedColumns |
array(string=>Column) | $changedColumns |
array(string=>bool) | $removedColumns |
array(string=>Index) | $addedIndexes |
array(string=>Index) | $changedIndexes |
array(string=>bool) | $removedIndexes |
Definido na linha 127 do ficheiro TableDiff.php.
$addedColumns |
Definido na linha 52 do ficheiro TableDiff.php.
$addedForeignKeys = array() |
Definido na linha 101 do ficheiro TableDiff.php.
$addedIndexes = array() |
Definido na linha 80 do ficheiro TableDiff.php.
$changedColumns = array() |
Definido na linha 59 do ficheiro TableDiff.php.
$changedForeignKeys = array() |
Definido na linha 108 do ficheiro TableDiff.php.
$changedIndexes = array() |
Definido na linha 87 do ficheiro TableDiff.php.
$name = null |
Definido na linha 40 do ficheiro TableDiff.php.
$newName = false |
Definido na linha 45 do ficheiro TableDiff.php.
$removedColumns = array() |
Definido na linha 66 do ficheiro TableDiff.php.
$removedForeignKeys = array() |
Definido na linha 115 do ficheiro TableDiff.php.
$removedIndexes = array() |
Definido na linha 94 do ficheiro TableDiff.php.
$renamedColumns = array() |
Definido na linha 73 do ficheiro TableDiff.php.