Doctrine\DBAL\Platforms\PostgreSqlPlatform::getName PHP Méthode

getName() public méthode

{@inheritDoc}
public getName ( )
    public function getName()
    {
        return 'postgresql';
    }
PostgreSqlPlatform