PHP 클래스 Jsor\Doctrine\PostGIS\Types\RasterType

It just prevents "Unknown database type..." exceptions thrown during database inspections by the schema tool.
상속: extends Doctrine\DBAL\Types\Type
파일 보기 프로젝트 열기: jsor/doctrine-postgis

공개 메소드들

메소드 설명
canRequireSQLConversion ( )
convertToDatabaseValueSQL ( $sqlExpr, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
getMappedDatabaseTypes ( Doctrine\DBAL\Platforms\AbstractPlatform $platform )
getName ( )
getSQLDeclaration ( array $fieldDeclaration, Doctrine\DBAL\Platforms\AbstractPlatform $platform )

메소드 상세

canRequireSQLConversion() 공개 메소드

convertToDatabaseValueSQL() 공개 메소드

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

getMappedDatabaseTypes() 공개 메소드

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

getName() 공개 메소드

public getName ( )

getSQLDeclaration() 공개 메소드

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