| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 50% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class PostgreSQL92Keywords extends PostgreSQL91Keywords |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public function getName() |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | * |
||
| 25 | * @link http://www.postgresql.org/docs/9.2/static/sql-keywords-appendix.html |
||
| 26 | */ |
||
| 27 | 2898 | protected function getKeywords() |
|
| 32 |