1 | <?php |
||
14 | class SqlServerExpression extends Expression |
||
15 | { |
||
16 | /* ----------------------------------------------------------------- |
||
17 | | Main Methods |
||
18 | | ----------------------------------------------------------------- |
||
19 | */ |
||
20 | |||
21 | /** |
||
22 | * Get the value of the expression. |
||
23 | * |
||
24 | * @return string |
||
25 | */ |
||
26 | 4 | public function getValue(): string |
|
30 | } |
||
31 |