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

Inheritance: extends Storm\Drivers\Base\Relational\Traits\Index
Datei anzeigen Open project: timetoogo/penumbra Class Usage Examples

Public Methods

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

Protected Methods

Method Description
IsStructuralTrait ( StructuralTableTrait $OtherTrait )

Method Details

GetColumnDirection() public method

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

GetStorageType() final public method

final public GetStorageType ( )

IsStructuralTrait() protected method

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

__construct() public method

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