| Interface | Description |
|---|---|
| SqlAggregator | |
| SqlExpr | |
| SqlExprConstant | |
| SqlExprFunction | |
| SqlExprVar | |
| SqlExprVisitor<T> |
A visitor interface (actually just a dummy)
However, I don't like this.
|
| Value |
| Class | Description |
|---|---|
| ExprSqlBridge | |
| S_Add | |
| S_Agg |
Class for holding aggregator functions
|
| S_AggCount |
Only Count(*) supported yet
|
| S_Case | |
| S_Cast | |
| S_Coalesce | |
| S_ColumnRef | |
| S_Concat | |
| S_Constant | |
| S_Else |
This is a hack (or at least trick)
to treat CASE ...
|
| S_Equals | |
| S_Function | |
| S_GreaterThan | |
| S_GreaterThanOrEqual | |
| S_IsNotNull | |
| S_Jena |
A wrapper for a Jena expression.
|
| S_LessThan | |
| S_LessThanOrEqual | |
| S_LogicalAnd | |
| S_LogicalNot | |
| S_LogicalOr | |
| S_Method | |
| S_Multiply | |
| S_Serialize |
TODO: Serialization expressions should not be part of the SqlExpr hierarchy! Instead, this should be a completely separate process.
|
| S_Substract | |
| S_When | |
| SqlAggFunction | |
| SqlExpr0 | |
| SqlExpr1 | |
| SqlExpr2 | |
| SqlExprBase | |
| SqlExprConstantBase | |
| SqlExprFunctionBase | |
| SqlExprN | |
| SqlExprOps | |
| SqlExprVarBase | |
| TypedExpr |
| Enum | Description |
|---|---|
| SqlExprType |
Copyright © 2014. All Rights Reserved.