5 use Doctrine\DBAL\Query\Expression\CompositeExpression;
34 $where = $this->
call($this->expr,
$qb, $table_alias);
37 if ($where instanceof CompositeExpression || is_string($where)) {
Interface that allows resolving statements and/or extending query builder.
isCallable($callback)
Check if a clause expression is callable.
call($callback, QueryBuilder $qb, $table_alias=null)
Call the expression for the clause.
Builds a clause from closure or composite expression.
__construct($expr=null)
Constructor.
prepare(QueryBuilder $qb, $table_alias=null)
{Build an expression and/or apply it to an instance of query builder.Query builder Table aliasComposi...
Database abstraction query builder.