PHP 클래스 Storm\Drivers\Platforms\Mysql\Columns\ColumnSet

상속: implements Storm\Drivers\Base\Relational\Columns\IColumnSet
파일 보기 프로젝트 열기: timetoogo/penumbra

공개 메소드들

메소드 설명
ArrayOf ( Column $DataTypeColumn )
Binary ( $Name, $Length, $PrimaryKey = false )
Boolean ( $Name, $PrimaryKey = false )
Byte ( $Name, $PrimaryKey = false )
Date ( $Name, $PrimaryKey = false )
DateTime ( $Name, $PrimaryKey = false )
Decimal ( $Name, $Length, $Precision, $PrimaryKey = false )
Double ( $Name, $PrimaryKey = false )
Enum ( $Name, array $ValuesMap, $PrimaryKey = false )
Guid ( $Name, $PrimaryKey = true )
IncrementInt32 ( $Name, $PrimaryKey = true )
IncrementInt64 ( $Name, $PrimaryKey = true )
Int16 ( $Name, $PrimaryKey = false )
Int32 ( $Name, $PrimaryKey = false )
Int64 ( $Name, $PrimaryKey = false )
Interval ( $Name, $PrimaryKey = false )
String ( $Name, $Length, $PrimaryKey = false )
Time ( $Name, $PrimaryKey = false )
UnsignedByte ( $Name, $PrimaryKey = false )
UnsignedInt16 ( $Name, $PrimaryKey = false )
UnsignedInt32 ( $Name, $PrimaryKey = false )
UnsignedInt64 ( $Name, $PrimaryKey = false )

메소드 상세

ArrayOf() 공개 메소드

public ArrayOf ( Column $DataTypeColumn )
$DataTypeColumn Storm\Drivers\Base\Relational\Columns\Column

Binary() 공개 메소드

public Binary ( $Name, $Length, $PrimaryKey = false )

Boolean() 공개 메소드

public Boolean ( $Name, $PrimaryKey = false )

Byte() 공개 메소드

public Byte ( $Name, $PrimaryKey = false )

Date() 공개 메소드

public Date ( $Name, $PrimaryKey = false )

DateTime() 공개 메소드

public DateTime ( $Name, $PrimaryKey = false )

Decimal() 공개 메소드

public Decimal ( $Name, $Length, $Precision, $PrimaryKey = false )

Double() 공개 메소드

public Double ( $Name, $PrimaryKey = false )

Enum() 공개 메소드

public Enum ( $Name, array $ValuesMap, $PrimaryKey = false )
$ValuesMap array

Guid() 공개 메소드

public Guid ( $Name, $PrimaryKey = true )

IncrementInt32() 공개 메소드

public IncrementInt32 ( $Name, $PrimaryKey = true )

IncrementInt64() 공개 메소드

public IncrementInt64 ( $Name, $PrimaryKey = true )

Int16() 공개 메소드

public Int16 ( $Name, $PrimaryKey = false )

Int32() 공개 메소드

public Int32 ( $Name, $PrimaryKey = false )

Int64() 공개 메소드

public Int64 ( $Name, $PrimaryKey = false )

Interval() 공개 메소드

public Interval ( $Name, $PrimaryKey = false )

String() 공개 메소드

public String ( $Name, $Length, $PrimaryKey = false )

Time() 공개 메소드

public Time ( $Name, $PrimaryKey = false )

UnsignedByte() 공개 메소드

public UnsignedByte ( $Name, $PrimaryKey = false )

UnsignedInt16() 공개 메소드

public UnsignedInt16 ( $Name, $PrimaryKey = false )

UnsignedInt32() 공개 메소드

public UnsignedInt32 ( $Name, $PrimaryKey = false )

UnsignedInt64() 공개 메소드

public UnsignedInt64 ( $Name, $PrimaryKey = false )