File "PostgreSQL94Keywords.php"

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

<?php

namespace Doctrine\DBAL\Platforms\Keywords;

/**
 * PostgreSQL 9.4 reserved keywords list.
 *
 * @deprecated Use {@see PostgreSQLKeywords} instead.
 */
class PostgreSQL94Keywords extends PostgreSQLKeywords
{
}