13 use Laminas\Db\Sql\Predicate\Expression;
22 private static $null =
null;
28 public static function NULL() {
29 if (self::$null ==
null) {
40 return $this->getExpression();
Constant expression used in sql statements.
__toString()
Get the expression string.
static NULL()
Get the NULL expression.