| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 50% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class SQLServer2008Keywords extends SQLServer2005Keywords |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public function getName() |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | * |
||
| 25 | * @link http://msdn.microsoft.com/en-us/library/ms189822%28v=sql.100%29.aspx |
||
| 26 | */ |
||
| 27 | 2143 | protected function getKeywords() |
|
| 32 |