| Modifier and Type | Method and Description |
|---|---|
OrderByContext |
OrderByContextEngine.createOrderBy(SelectStatement selectStatement,
GroupByContext groupByContext)
Create order by context.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionsContext |
ProjectionsContextEngine.createProjectionsContext(String sql,
SelectStatement selectStatement,
GroupByContext groupByContext,
OrderByContext orderByContext)
Create projections context.
|
| Constructor and Description |
|---|
SelectSQLStatementContext(SelectStatement sqlStatement,
GroupByContext groupByContext,
OrderByContext orderByContext,
ProjectionsContext projectionsContext,
PaginationContext paginationContext) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.