Package | Description |
---|---|
com.saperion.database | |
com.saperion.database.query.select |
Modifier and Type | Method and Description |
---|---|
void |
QueryTextGenerator.appendSelectQuery(QueryExpression<QueryOrigin> origin,
QueryExpression<Boolean> condition,
StringBuilder builder)
Creates the string of a select query for the given parameters.
|
int |
QueryTextGenerator.selectQuerySizeGuess(QueryExpression<QueryOrigin> origin,
QueryExpression<Boolean> condition) |
Modifier and Type | Method and Description |
---|---|
QueryExpression<QueryOrigin> |
SelectQuery.getOrigin() |
Constructor and Description |
---|
SelectQuery(SelectClause fieldList,
QueryExpression<QueryOrigin> origin,
QueryExpression<Boolean> whereClause,
OrderByClause orderByClause) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.