File "SQLServer2012Keywords.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/doctrine/dbal/src/Platforms/Keywords/SQLServer2012Keywords.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Doctrine\DBAL\Platforms\Keywords;
/**
* Microsoft SQL Server 2012 reserved keyword dictionary.
*
* @deprecated Use {@see SQLServerKeywords} instead.
*/
class SQLServer2012Keywords extends SQLServerKeywords
{
}