PHP Class Jsor\Doctrine\PostGIS\Types\RasterType

It just prevents "Unknown database type..." exceptions thrown during database inspections by the schema tool.
Inheritance: extends Doctrine\DBAL\Types\Type
Afficher le fichier Open project: jsor/doctrine-postgis

Méthodes publiques

Méthode Description
canRequireSQLConversion ( )
convertToDatabaseValueSQL ( $sqlExpr, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
getMappedDatabaseTypes ( Doctrine\DBAL\Platforms\AbstractPlatform $platform )
getName ( )
getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform )

Method Details

canRequireSQLConversion() public méthode

convertToDatabaseValueSQL() public méthode

public convertToDatabaseValueSQL ( $sqlExpr, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$platform Doctrine\DBAL\Platforms\AbstractPlatform

getMappedDatabaseTypes() public méthode

public getMappedDatabaseTypes ( Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$platform Doctrine\DBAL\Platforms\AbstractPlatform

getName() public méthode

public getName ( )

getSQLDeclaration() public méthode

public getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$fieldDeclaration array
$platform Doctrine\DBAL\Platforms\AbstractPlatform