Doctrine\DBAL\Platforms\PostgreSqlPlatform::getName PHP Method

getName() public method

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