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