| Total Complexity | 2 |
| Total Lines | 200 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class SQLServer2012Keywords extends KeywordList |
||
| 11 | { |
||
| 12 | public function getName() : string |
||
| 13 | { |
||
| 14 | return 'SQLServer2012'; |
||
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | * |
||
| 20 | * @link http://msdn.microsoft.com/en-us/library/aa238507%28v=sql.80%29.aspx |
||
| 21 | */ |
||
| 22 | protected function getKeywords() : array |
||
| 210 | ]; |
||
| 211 | } |
||
| 213 |