| Interface | Description |
|---|---|
| AggregateFunction |
Interface that contains the aggregation specific methods
related to the AggregateBuilder.
|
| CompiledQuery |
A
CompiledQuery is a Query which has been compiled, typically
by the data source itself, to provide optimized execution speed. |
| FunctionType |
Represents a generic function to use in a SelectItem.
|
| InvokableQuery |
Represents a
Query or query-builder object that's aware of it's DataContext and is ready to execute
or compile. |
| OperatorType |
Defines the types of operators that can be used in filters.
|
| QueryClause<E> | |
| QueryItem |
Interface for items in a query.
|
| ScalarFunction |
Interface that contains scalar specific methods.
|
| Class | Description |
|---|---|
| AbstractQueryClause<E extends QueryItem> |
Represents an abstract clause in a query.
|
| AverageAggregateFunction | |
| CountAggregateFunction | |
| DefaultAggregateFunction<T> |
Implementation of the
AggregateFunction. |
| DefaultCompiledQuery |
Represents a default implementation of the
CompiledQuery interface. |
| DefaultScalarFunction | |
| FilterClause |
Represents a clause of filters in the query.
|
| FilterItem |
Represents a filter in a query that resides either within a WHERE clause or a
HAVING clause
|
| FirstAggregateBuilder | |
| FirstAggregateFunction | |
| FromClause |
Represents the FROM clause of a query containing FromItem's.
|
| FromItem |
Represents a FROM item.
|
| FunctionTypeFactory |
Factory to create AggregateFunctions through its function name.
|
| GroupByClause |
Represents the GROUP BY clause of a query that contains GroupByItem's.
|
| GroupByItem |
Represents a GROUP BY item.
|
| LastAggregateBuilder | |
| LastAggregateFunction | |
| MapValueFunction |
Represents a function that retrieves a value from within a column of type
ColumnType.MAP or similar. |
| MaxAggregateFunction | |
| MinAggregateFunction | |
| OperatorTypeImpl |
Simple implementation of
OperatorType |
| OrderByClause |
Represents the ORDER BY clause of a query containing OrderByItem's.
|
| OrderByItem |
Represents an ORDER BY item.
|
| Query |
Represents a query to retrieve data by.
|
| QueryParameter |
Represents a query parameter, in SQL represented with a '?' symbol.
|
| RandomAggregateBuilder | |
| RandomAggregateFunction | |
| SelectClause |
Represents the SELECT clause of a query containing SelectItems.
|
| SelectItem |
Represents a SELECT item.
|
| SubstringFunction | |
| SumAggregateFunction | |
| ToBooleanFunction | |
| ToDateFunction | |
| ToNumberFunction | |
| ToStringFunction |
| Enum | Description |
|---|---|
| JoinType |
Represents a join type, used in a FromItem.
|
| LogicalOperator |
Represents a logical operator (AND or OR) to use when defining compound
FilterItems. |
| OrderByItem.Direction |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.