PHP Класс Storm\Drivers\Platforms\Mysql\Tables\Index

Наследование: extends Storm\Drivers\Base\Relational\Traits\Index
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetColumnDirection ( Column $Column )
GetStorageType ( )
__construct ( $Name, array $Columns, $Type = IndexType::Plain, $StorageType = IndexStorageType::BTree )

Защищенные методы

Метод Описание
IsStructuralTrait ( StructuralTableTrait $OtherTrait )

Описание методов

GetColumnDirection() публичный Метод

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

GetStorageType() закрытый публичный Метод

final public GetStorageType ( )

IsStructuralTrait() защищенный Метод

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

__construct() публичный Метод

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