Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 60% |
Changes | 0 |
1 | <?php |
||
11 | class PostgreSQL94Keywords extends PostgreSQLKeywords |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | public function getName() |
||
17 | { |
||
18 | return 'PostgreSQL94'; |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | * |
||
24 | * @link http://www.postgresql.org/docs/9.4/static/sql-keywords-appendix.html |
||
25 | */ |
||
26 | 2340 | protected function getKeywords() |
|
31 | } |
||
32 | } |
||
33 |