PHP Class Storm\Drivers\Platforms\Null\NullColumnSet

Inheritance: implements Storm\Drivers\Base\Relational\Columns\IColumnSet
Show file Open project: timetoogo/penumbra

Public Methods

Method Description
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 )
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 )

Method Details

Binary() public method

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

Boolean() public method

public Boolean ( $Name, $PrimaryKey = false )

Byte() public method

public Byte ( $Name, $PrimaryKey = false )

Date() public method

public Date ( $Name, $PrimaryKey = false )

DateTime() public method

public DateTime ( $Name, $PrimaryKey = false )

Decimal() public method

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

Double() public method

public Double ( $Name, $PrimaryKey = false )

Enum() public method

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

Guid() public method

public Guid ( $Name, $PrimaryKey = true )

IncrementInt32() public method

public IncrementInt32 ( $Name, $PrimaryKey = true )

IncrementInt64() public method

public IncrementInt64 ( $Name, $PrimaryKey = true )

Int16() public method

public Int16 ( $Name, $PrimaryKey = false )

Int32() public method

public Int32 ( $Name, $PrimaryKey = false )

Int64() public method

public Int64 ( $Name, $PrimaryKey = false )

String() public method

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

Time() public method

public Time ( $Name, $PrimaryKey = false )

UnsignedByte() public method

public UnsignedByte ( $Name, $PrimaryKey = false )

UnsignedInt16() public method

public UnsignedInt16 ( $Name, $PrimaryKey = false )

UnsignedInt32() public method

public UnsignedInt32 ( $Name, $PrimaryKey = false )

UnsignedInt64() public method

public UnsignedInt64 ( $Name, $PrimaryKey = false )