GroupConcat
extends FunctionNode
in package
Table of Contents
Properties
- $isDistinct : mixed
- $orderBy : mixed
- $pathExp : mixed
- $separator : mixed
Methods
Properties
$isDistinct
public
mixed
$isDistinct
= false
$orderBy
public
mixed
$orderBy
= null
$pathExp
public
mixed
$pathExp
= null
$separator
public
mixed
$separator
= null
Methods
getSql()
public
getSql(SqlWalker $sqlWalker) : mixed
Parameters
- $sqlWalker : SqlWalker
parse()
public
parse(Parser $parser) : mixed
Parameters
- $parser : Parser