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

getReservedKeywordsClass() protected method

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