for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Doctrine\DBAL\Platforms\Keywords;
/**
* PostgreSQL 100 reserved keywords list.
*
* @link www.doctrine-project.org
* @since 2.6
*/
class PostgreSQL100Keywords extends PostgreSQL94Keywords
{
* {@inheritdoc}
public function getName() : string
return 'PostgreSQL100';
}