Doctrine\DBAL\Platforms\PostgreSqlPlatform::getReservedKeywordsClass PHP 메소드

getReservedKeywordsClass() 보호된 메소드

{@inheritDoc}
protected getReservedKeywordsClass ( )
    protected function getReservedKeywordsClass()
    {
        return 'Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQLKeywords';
    }
PostgreSqlPlatform