Вход Регистрация
Файл: vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php
Строк: 11
<?php

namespace DoctrineDBALPlatformsKeywords;

/**
 * MsSQL Keywordlist
 *
 * @deprecated Use SQLServerKeywords class instead.
 *
 * @link       www.doctrine-project.com
 */
class MsSQLKeywords extends SQLServerKeywords
{
    
/**
     * {@inheritdoc}
     */
    
public function getName()
    {
        return 
'MsSQL';
    }
}
Онлайн: 1
Реклама