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