PHP 클래스 Ramsey\Uuid\Doctrine\UuidType
UUID fields will be stored as a string in the database and converted back to
the Uuid value object when querying.
파일 보기
프로젝트 열기: ramsey/uuid-doctrine
공개 메소드들
메소드 상세
convertToDatabaseValue()
공개 메소드
public convertToDatabaseValue ( Ramsey\Uuid\Uuid | null $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) |
$value |
Ramsey\Uuid\Uuid | null |
|
$platform |
Doctrine\DBAL\Platforms\AbstractPlatform |
|
convertToPHPValue()
공개 메소드
getSQLDeclaration()
공개 메소드
public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) |
$fieldDeclaration |
array |
|
$platform |
Doctrine\DBAL\Platforms\AbstractPlatform |
|