PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
doctrine
/
dbal
/
src
/
Platforms
/
Keywords
<?php declare(strict_types=1); namespace Doctrine\DBAL\Platforms\Keywords; /** * PostgreSQL 10.0 reserved keywords list. */ class PostgreSQL100Keywords extends PostgreSQL94Keywords { public function getName(): string { return 'PostgreSQL100'; } }
[-] SQLiteKeywords.php
[edit]
[-] ReservedKeywordsValidator.php
[edit]
[-] KeywordList.php
[edit]
[+]
..
[-] MySQL57Keywords.php
[edit]
[-] MariaDb102Keywords.php
[edit]
[-] DB2Keywords.php
[edit]
[-] PostgreSQL94Keywords.php
[edit]
[-] MySQL80Keywords.php
[edit]
[-] OracleKeywords.php
[edit]
[-] PostgreSQL100Keywords.php
[edit]
[-] MySQLKeywords.php
[edit]
[-] SQLServer2012Keywords.php
[edit]