PHP 클래스 Storm\Drivers\Platforms\Mysql\Tables\Index

상속: extends Storm\Drivers\Base\Relational\Traits\Index
파일 보기 프로젝트 열기: timetoogo/penumbra 1 사용 예제들

공개 메소드들

메소드 설명
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