File "PostgreSQL94Platform.php"

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

<?php

namespace Doctrine\DBAL\Platforms;

/**
 * Provides the behavior, features and SQL dialect of the PostgreSQL 9.4+ database platform.
 *
 * @deprecated Use {@see PostgreSQLPlatform} instead.
 */
class PostgreSQL94Platform extends PostgreSQLPlatform
{
}