PHP 클래스 Storm\Drivers\Base\Relational\Columns\DataType

파일 보기 프로젝트 열기: timetoogo/penumbra 1 사용 예제들

공개 메소드들

메소드 설명
GetDataType ( )
GetExtra ( )
GetParameterType ( )
GetParameters ( )
GetPersistExpression ( Expression $Expression )
GetReviveExpression ( Expression $Expression )
Is ( DataType $OtherDataType )
ToPersistedValue ( $PropertyValue )
ToPropertyValue ( $PersistedValue )
__construct ( $DataType, array $Parameters = [], $Extra = null, $ParameterType = ParameterType::String )

메소드 상세

GetDataType() 최종 공개 메소드

final public GetDataType ( )

GetExtra() 최종 공개 메소드

final public GetExtra ( )

GetParameterType() 최종 공개 메소드

final public GetParameterType ( )

GetParameters() 최종 공개 메소드

final public GetParameters ( )

GetPersistExpression() 공개 메소드

public GetPersistExpression ( Expression $Expression )
$Expression Storm\Core\Relational\Expressions\Expression

GetReviveExpression() 공개 메소드

public GetReviveExpression ( Expression $Expression )
$Expression Storm\Core\Relational\Expressions\Expression

Is() 최종 공개 메소드

final public Is ( DataType $OtherDataType )
$OtherDataType DataType

ToPersistedValue() 공개 메소드

public ToPersistedValue ( $PropertyValue )

ToPropertyValue() 공개 메소드

public ToPropertyValue ( $PersistedValue )

__construct() 공개 메소드

public __construct ( $DataType, array $Parameters = [], $Extra = null, $ParameterType = ParameterType::String )
$Parameters array