PHP Class Doctrine\DBAL\Platforms\PostgreSQL92Platform

Since: 2.5
Author: Steve Müller ([email protected])
Inheritance: extends Doctrine\DBAL\Platforms\PostgreSQL91Platform
Afficher le fichier Open project: doctrine/dbal

Méthodes publiques

Méthode Description
getCloseActiveDatabaseConnectionsSQL ( $database )
getJsonTypeDeclarationSQL ( array $field )
getSmallIntTypeDeclarationSQL ( array $field )
hasNativeJsonType ( )

Méthodes protégées

Méthode Description
getReservedKeywordsClass ( )
initializeDoctrineTypeMappings ( )

Method Details

getCloseActiveDatabaseConnectionsSQL() public méthode

getJsonTypeDeclarationSQL() public méthode

public getJsonTypeDeclarationSQL ( array $field )
$field array

getReservedKeywordsClass() protected méthode

protected getReservedKeywordsClass ( )

getSmallIntTypeDeclarationSQL() public méthode

public getSmallIntTypeDeclarationSQL ( array $field )
$field array

hasNativeJsonType() public méthode

public hasNativeJsonType ( )

initializeDoctrineTypeMappings() protected méthode