PHP Class Storm\Drivers\Platforms\Mysql\Tables\Index

Inheritance: extends Storm\Drivers\Base\Relational\Traits\Index
Afficher le fichier Open project: timetoogo/penumbra Class Usage Examples

Méthodes publiques

Méthode Description
GetColumnDirection ( Column $Column )
GetStorageType ( )
__construct ( $Name, array $Columns, $Type = IndexType::Plain, $StorageType = IndexStorageType::BTree )

Méthodes protégées

Méthode Description
IsStructuralTrait ( StructuralTableTrait $OtherTrait )

Method Details

GetColumnDirection() public méthode

public GetColumnDirection ( Column $Column )
$Column Storm\Drivers\Base\Relational\Columns\Column

GetStorageType() final public méthode

final public GetStorageType ( )

IsStructuralTrait() protected méthode

protected IsStructuralTrait ( StructuralTableTrait $OtherTrait )
$OtherTrait Storm\Drivers\Base\Relational\StructuralTableTrait

__construct() public méthode

public __construct ( $Name, array $Columns, $Type = IndexType::Plain, $StorageType = IndexStorageType::BTree )
$Columns array