| Elgg
    Version 6.3
    | 
Extends QueryBuilder with SELECT clauses. More...
 
  
| Public Member Functions | |||||||
| __construct ($expr) | |||||||
| Constructor.  More... | |||||||
| prepare (QueryBuilder $qb, $table_alias=null) | |||||||
| {Build an expression and/or apply it to an instance of query builder. 
 
 | |||||||
| Public Attributes | |
| $expr | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from Elgg\Database\Clauses\Clause | |
| isCallable ($callback) | |
| Check if a clause expression is callable.  More... | |
| call ($callback, QueryBuilder $qb, $table_alias=null) | |
| Call the expression for the clause.  More... | |
| callJoin ($callback, QueryBuilder $qb, $joined_alias, $table_alias=null) | |
| Call the expression for a join clause.  More... | |
Extends QueryBuilder with SELECT clauses.
Definition at line 11 of file SelectClause.php.
| Elgg\Database\Clauses\SelectClause::__construct | ( | $expr | ) | 
Constructor.
| CompositeExpression | \Closure | string | $expr | Expression | 
Definition at line 23 of file SelectClause.php.
| Elgg\Database\Clauses\SelectClause::prepare | ( | QueryBuilder | $qb, | 
| $table_alias = null | |||
| ) | 
{Build an expression and/or apply it to an instance of query builder.
| QueryBuilder | $qb | Query builder | 
| string | $table_alias | Table alias | 
Reimplemented from Elgg\Database\Clauses\Clause.
Definition at line 30 of file SelectClause.php.
| Elgg\Database\Clauses\SelectClause::$expr | 
Definition at line 16 of file SelectClause.php.