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

supportsPartialIndexes() public méthode

    public function supportsPartialIndexes()
    {
        return true;
    }
PostgreSqlPlatform