Modifier and Type | Class and Description |
---|---|
class |
TemplateParameter<ExpressionType>
A
QueryExpression that represents a parameter in an expression template. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteral
A
QueryExpression that represents a boolean constant. |
Modifier and Type | Class and Description |
---|---|
class |
TableReference
A
QueryExpression that references a table name as in a "FROM"-clause in a "SELECT"-statement. |
Modifier and Type | Class and Description |
---|---|
class |
FieldReference<ExpressionType>
A
QueryExpression that is actually an expression in a condition. |
class |
ParameterDefinition<Type>
A
QueryExpression that is a query parameter with a simple value. |
class |
ParameterReference<Type>
A
QueryExpression that is a named parameter in a query. |
Modifier and Type | Method and Description |
---|---|
protected abstract <ExpressionType> |
SimpleQueryExpressionVisitor.visitLeaf(LeafExpression<ExpressionType> leaf)
Implement this method to define generic visits of leafs.
|
protected <ExpressionType> |
NamedParameterCollector.visitLeaf(LeafExpression<ExpressionType> leaf) |
protected <ExpressionType> |
ExpressionCollector.visitLeaf(LeafExpression<ExpressionType> leaf) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.