Total Complexity | 4 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | abstract class SQLServerJsonExpression extends JsonExpression |
||
17 | { |
||
18 | /** |
||
19 | * @return non-empty-string |
||
|
|||
20 | */ |
||
21 | protected function getQuotes(): string |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @param non-empty-string $statement |
||
28 | * |
||
29 | * @return non-empty-string |
||
30 | */ |
||
31 | protected function getField(string $statement): string |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @param non-empty-string $statement |
||
40 | * |
||
41 | * @return non-empty-string |
||
42 | */ |
||
43 | protected function getPath(string $statement): string |
||
50 |