class UlidType extendsAbstractUidType

Constants

NAME

Methods

string
getUidClass()

No description

string
getSQLDeclaration(array$column,AbstractPlatform$platform)

No description

AbstractUid|null
convertToPHPValue(mixed$value,AbstractPlatform$platform)

No description

string|null
convertToDatabaseValue($value,AbstractPlatform$platform)

No description

bool
requiresSQLCommentHint(AbstractPlatform$platform)

No description

string
getName()

No description

Details

protectedstring getUidClass()

Return Value

string

string getSQLDeclaration(array$column,AbstractPlatform$platform)

Parameters

array $column
AbstractPlatform $platform

Return Value

string

AbstractUid|null convertToPHPValue(mixed$value,AbstractPlatform$platform)

Parameters

mixed $value
AbstractPlatform $platform

Return Value

AbstractUid|null

Exceptions

ConversionException

string|null convertToDatabaseValue($value,AbstractPlatform$platform)

Parameters

$value
AbstractPlatform $platform

Return Value

string|null

Exceptions

ConversionException

bool requiresSQLCommentHint(AbstractPlatform$platform)

Parameters

AbstractPlatform $platform

Return Value

bool

string getName()

Return Value

string