Method | Description | |
---|---|---|
convertToDatabaseValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) | ||
convertToPHPValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) | ||
getDefaultLength ( Doctrine\DBAL\Platforms\AbstractPlatform $platform ) | ||
getName ( ) | ||
getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) |
public convertToDatabaseValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) | ||
$platform | Doctrine\DBAL\Platforms\AbstractPlatform |
public convertToPHPValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) | ||
$platform | Doctrine\DBAL\Platforms\AbstractPlatform |
public getDefaultLength ( Doctrine\DBAL\Platforms\AbstractPlatform $platform ) | ||
$platform | Doctrine\DBAL\Platforms\AbstractPlatform |
public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) | ||
$fieldDeclaration | array | |
$platform | Doctrine\DBAL\Platforms\AbstractPlatform |