| 1 | <?php |
||
| 15 | class SqlServerExpression extends Expression |
||
| 16 | { |
||
| 17 | /* ----------------------------------------------------------------- |
||
| 18 | | Main Methods |
||
| 19 | | ----------------------------------------------------------------- |
||
| 20 | */ |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Get the value of the expression. |
||
| 24 | * |
||
| 25 | * @return mixed |
||
| 26 | */ |
||
| 27 | 44 | public function getValue(): string |
|
| 51 | |||
| 52 | /** |
||
| 53 | * Get the interval. |
||
| 54 | * |
||
| 55 | * @return string |
||
| 56 | */ |
||
| 57 | 44 | private function interval(): string |
|
| 67 | } |
||
| 68 |