PHP Class Storm\Drivers\Platforms\Mysql\Columns\DataTypes\DecimalDataType

Inheritance: extends Storm\Drivers\Base\Relational\Columns\Column
Show file Open project: timetoogo/penumbra

Public Methods

Method Description
ToPersistedValue ( $PropertyValue )
ToPropertyValue ( $PersistedValue )
__construct ( $Name, $Length, $Precision, $Unsigned = false )

Method Details

ToPersistedValue() public method

public ToPersistedValue ( $PropertyValue )

ToPropertyValue() public method

public ToPropertyValue ( $PersistedValue )

__construct() public method

public __construct ( $Name, $Length, $Precision, $Unsigned = false )