| Current Path : /home/bullgymbny/app/vendor/doctrine/dbal/src/Platforms/Keywords/ |
| Current File : /home/bullgymbny/app/vendor/doctrine/dbal/src/Platforms/Keywords/PostgreSQL100Keywords.php |
<?php
declare(strict_types=1);
namespace Doctrine\DBAL\Platforms\Keywords;
/**
* PostgreSQL 10.0 reserved keywords list.
*
* @deprecated Use {@link PostgreSQLKeywords} instead.
*/
class PostgreSQL100Keywords extends PostgreSQL94Keywords
{
public function getName(): string
{
return 'PostgreSQL100';
}
}