public class FieldReference<ExpressionType> extends Object implements QueryExpression<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(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
int |
precedence() |
int |
queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
public FieldReference(String fieldName)
public void asQueryLanguage(QueryTextGenerator queryTextGenerator, StringBuilder builder)
asQueryLanguage in interface QueryExpression<ExpressionType>public void appendQueryParameters(QueryTextGenerator queryTextGenerator, Map<String,Object> parameterValues)
appendQueryParameters in interface QueryExpression<ExpressionType>public int queryStringSizeGuess(QueryTextGenerator queryTextGenerator)
queryStringSizeGuess in interface QueryExpression<ExpressionType>public int precedence()
precedence in interface QueryExpression<ExpressionType>Copyright © 2016 SAPERION AG. All rights reserved.