public class BooleanLiteral extends Object implements QueryExpression<Boolean>
QueryExpression that represents a boolean constant.| Constructor and Description |
|---|
BooleanLiteral(boolean value) |
| 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) |
String |
toString() |
public void asQueryLanguage(QueryTextGenerator queryTextGenerator, StringBuilder builder)
asQueryLanguage in interface QueryExpression<Boolean>public void appendQueryParameters(QueryTextGenerator queryTextGenerator, Map<String,Object> parameterValues)
appendQueryParameters in interface QueryExpression<Boolean>public int queryStringSizeGuess(QueryTextGenerator queryTextGenerator)
queryStringSizeGuess in interface QueryExpression<Boolean>public int precedence()
precedence in interface QueryExpression<Boolean>Copyright © 2016 SAPERION AG. All rights reserved.