Logidav Docs

IfNull extends FunctionNode
in package

Usage: IFNULL(expr1, expr2)

If expr1 is not NULL, IFNULL() returns expr1; otherwise it returns expr2. IFNULL() returns a numeric or string value, depending on the context in which it is used.

Tags
author

Andrew Mackrodt andrew@ajmm.org

version
2011.06.12

Table of Contents

Properties

$expr1  : mixed
$expr2  : mixed

Methods

getSql()  : mixed
parse()  : mixed

Properties

Methods

getSql()

public getSql(SqlWalker $sqlWalker) : mixed
Parameters
$sqlWalker : SqlWalker

parse()

public parse(Parser $parser) : mixed
Parameters
$parser : Parser

        
On this page

Search results