Elgg
Version 3.0
|
Extends QueryBuilder with GROUP BY statements. 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 | |
Extends QueryBuilder with GROUP BY statements.
Definition at line 12 of file GroupByClause.php.
Elgg\Database\Clauses\GroupByClause::__construct | ( | $expr | ) |
Constructor.
CompositeExpression | Closure | string | $expr | Expression |
Definition at line 24 of file GroupByClause.php.
Elgg\Database\Clauses\GroupByClause::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 |
Implements Elgg\Database\Clauses\Clause.
Definition at line 31 of file GroupByClause.php.
Elgg\Database\Clauses\GroupByClause::$expr |
Definition at line 17 of file GroupByClause.php.