| AbstractSqlBinaryEquality |
| AggregateFunction
List of all aggregation functions supported by EXASOL
|
| JoinType
List of all join types supported by EXASOL.
|
| Predicate
List of all predicates (scalar functions returning bool) supported by EXASOL.
|
| ScalarFunction
List of all scalar functions supported by EXASOL.
|
| SqlColumn |
| SqlExpressionList |
| SqlFunctionAggregate
A simple aggregate function with a name and zero or more arguments.
|
| SqlFunctionAggregateGroupConcat |
| SqlFunctionScalar
A simple scalar function with a name and zero or more arguments.
|
| SqlFunctionScalarCase |
| SqlFunctionScalarCast |
| SqlFunctionScalarExtract |
| SqlGroupBy |
| SqlJoin |
| SqlLimit |
| SqlLiteralBool |
| SqlLiteralDate |
| SqlLiteralDouble |
| SqlLiteralExactnumeric |
| SqlLiteralInterval |
| SqlLiteralNull |
| SqlLiteralString |
| SqlLiteralTimestamp |
| SqlLiteralTimestampUtc |
| SqlNode
Node in a graph representing a SQL query.
|
| SqlNodeType
All types of nodes that can be part of a pushdown request.
|
| SqlNodeVisitor
Implementation of the Visitor pattern for the SqlNode.
|
| SqlOrderBy |
| SqlPredicate |
| SqlPredicateAnd |
| SqlPredicateBetween |
| SqlPredicateEqual |
| SqlPredicateInConstList |
| SqlPredicateIsNotNull |
| SqlPredicateIsNull |
| SqlPredicateLess |
| SqlPredicateLessEqual |
| SqlPredicateLike |
| SqlPredicateLikeRegexp |
| SqlPredicateNot |
| SqlPredicateNotEqual |
| SqlPredicateOr |
| SqlSelectList |
| SqlSelectListType
Specifies the type of a SelectList.
|
| SqlStatement |
| SqlStatementSelect
We could consider to apply builder pattern here (if time)
|
| SqlTable |