Doctrine\DBAL\Platforms\PostgreSQL92Platform::getReservedKeywordsClass PHP Method

getReservedKeywordsClass() protected method

protected getReservedKeywordsClass ( )
    protected function getReservedKeywordsClass()
    {
        return 'Doctrine\\DBAL\\Platforms\\Keywords\\PostgreSQL92Keywords';
    }