This is the complete list of members for Elgg\Database\Metadata, including all inherited members.
$options | Elgg\Database\Repository | protected |
__construct(array $options=[]) | Elgg\Database\Repository | |
__get($name) | Elgg\Database\Repository | |
__isset($name) | Elgg\Database\Repository | |
__set($name, $value) | Elgg\Database\Repository | |
__unset($name) | Elgg\Database\Repository | |
batch($limit=null, $offset=null, $callback=null) | Elgg\Database\Repository | |
buildEntityWhereClause(QueryBuilder $qb) | Elgg\Database\Metadata | protected |
buildPairedAnnotationClause(QueryBuilder $qb, $clauses, $boolean= 'AND') | Elgg\Database\Metadata | protected |
buildPairedMetadataClause(QueryBuilder $qb, $clauses, $boolean= 'AND') | Elgg\Database\Metadata | protected |
buildPairedRelationshipClause(QueryBuilder $qb, $clauses, $boolean= 'AND') | Elgg\Database\Metadata | protected |
buildQuery(QueryBuilder $qb) | Elgg\Database\Metadata | protected |
calculate($function, $property, $property_type=null) | Elgg\Database\Metadata | |
count() | Elgg\Database\Metadata | |
execute() | Elgg\Database\Metadata | |
expandInto(QueryBuilder $qb, $table_alias=null) | Elgg\Database\Repository | |
filter(\Closure $closure) | Elgg\Database\Repository | |
find(array $options=[]) | Elgg\Database\Repository | static |
get($limit=null, $offset=null, $callback=null) | Elgg\Database\Metadata | |
groupBy($expression) | Elgg\Database\Repository | |
having($expression) | Elgg\Database\Repository | |
join($joined_table, $joined_alias=null, $join_column=null, $comparison=null, $values=null, $type=null, $case_sensitive=null) | Elgg\Database\Repository | |
orderBy($expression, $direction) | Elgg\Database\Repository | |
select($expression) | Elgg\Database\Repository | |
with(array $options=[]) | Elgg\Database\Repository | static |