Doctrine\DBAL\Platforms\SQLServer2012Platform::getReservedKeywordsClass PHP Метод

getReservedKeywordsClass() защищенный Метод

Returns Microsoft SQL Server 2012 specific keywords class
protected getReservedKeywordsClass ( )
    protected function getReservedKeywordsClass()
    {
        return 'Doctrine\\DBAL\\Platforms\\Keywords\\SQLServer2012Keywords';
    }