| 1 | <?php namespace Arcanedev\LaravelMetrics\Expressions\IfNull; |
||
| 9 | class PostgresExpression extends MySqlExpression |
||
| 10 | { |
||
| 11 | /* ----------------------------------------------------------------- |
||
| 12 | | Main Methods |
||
| 13 | | ----------------------------------------------------------------- |
||
| 14 | */ |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Get the value of the expression. |
||
| 18 | * |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | public function getValue() |
||
| 25 | } |
||
| 26 |