public class FieldReference<ExpressionType> extends LeafExpression<ExpressionType>
QueryExpression that is actually an expression in a condition. A reference to a field.
In a condition 'SYSROWID = :id' it would be the part 'SYSROWID'| Constructor and Description |
|---|
FieldReference(Class<ExpressionType> expressionTypeClass,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the given
visitor and delegates
it to its children if present. |
String |
getFieldName() |
String |
toString() |
getExpressionTypepublic FieldReference(Class<ExpressionType> expressionTypeClass, String fieldName)
public String getFieldName()
public void accept(QueryExpressionVisitor visitor)
QueryExpressionvisitor and delegates
it to its children if present.accept in class QueryExpression<ExpressionType>visitor - the visitor visiting this expressionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.