Package | Description |
---|---|
com.saperion.database.query | |
com.saperion.database.query.predicates | |
com.saperion.database.query.terms |
Modifier and Type | Method and Description |
---|---|
void |
UnaryOperator.appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
QueryExpression.appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
BinaryFunction.appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
UnaryOperator.asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
void |
QueryExpression.asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
void |
BinaryFunction.asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
int |
UnaryOperator.queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
int |
QueryExpression.queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
int |
BinaryFunction.queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
BooleanLiteral.appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
BooleanLiteral.asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
int |
BooleanLiteral.queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
QueryParameter.appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
FilterParameter.appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
FieldReference.appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
QueryParameter.asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
void |
FieldReference.asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
int |
QueryParameter.queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
int |
FieldReference.queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
Copyright © 2016 SAPERION AG. All rights reserved.