File "SQLServer2012Platform.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/doctrine/dbal/src/Platforms/SQLServer2012Platform.php
File size: 298 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Doctrine\DBAL\Platforms;

/**
 * Provides the behavior, features and SQL dialect of the Microsoft SQL Server database platform
 * of the oldest supported version.
 *
 * @deprecated Use {@see SQLServerPlatform} instead.
 */
class SQLServer2012Platform extends SQLServerPlatform
{
}