Edit
↰
Home
↑
pq-gateway
↑
Query
↑
Expr
↻
Expr::add
↲
Expr::__construct
↲
Expr::__toString
↲
Expr::isNull
#
pq\Query\Expr
pq\Query\Expr::add
(
pq\Query\Expr
$next
)
Add an expression at the end of the linked list.
Params:
#
pq\Query\Expr
$next
#
The expression to add.
Returns:
#
pq\Query\Expr
,
self
.
Throws:
#
UnexpectedValueException
, if the receiving expression is
NULL
.
Show Comments from Github Discussions