PHP Class Doctrine\DBAL\Platforms\PostgreSQL92Platform

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

Public Methods

Method Description
getCloseActiveDatabaseConnectionsSQL ( $database )
getJsonTypeDeclarationSQL ( array $field )
getSmallIntTypeDeclarationSQL ( array $field )
hasNativeJsonType ( )

Protected Methods

Method Description
getReservedKeywordsClass ( )
initializeDoctrineTypeMappings ( )

Method Details

getCloseActiveDatabaseConnectionsSQL() public method

getJsonTypeDeclarationSQL() public method

public getJsonTypeDeclarationSQL ( array $field )
$field array

getReservedKeywordsClass() protected method

protected getReservedKeywordsClass ( )

getSmallIntTypeDeclarationSQL() public method

public getSmallIntTypeDeclarationSQL ( array $field )
$field array

hasNativeJsonType() public method

public hasNativeJsonType ( )

initializeDoctrineTypeMappings() protected method