UuidType
class UuidType extends Type (View source)
Field type mapping for the Doctrine Database Abstraction Layer (DBAL).
UUID fields will be stored as a string in the database and converted back to the Uuid value object when querying.
Constants
NAME |
|
Methods
getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
{@inheritdoc}
convertToPHPValue(string|null $value, AbstractPlatform $platform)
{@inheritdoc}
string
getName()
{@inheritdoc}
boolean
requiresSQLCommentHint(AbstractPlatform $platform)
{@inheritdoc}
Details
at line 39
getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
{@inheritdoc}
at line 50
convertToPHPValue(string|null $value, AbstractPlatform $platform)
{@inheritdoc}
at line 89
string
getName()
{@inheritdoc}
at line 100
boolean
requiresSQLCommentHint(AbstractPlatform $platform)
{@inheritdoc}