| Modifier and Type | Method and Description |
|---|---|
PaginationContext |
RowNumberPaginationContextEngine.createPaginationContext(Collection<org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.AndPredicate> andPredicates,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
PaginationContextEngine.createPaginationContext(org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement selectStatement,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionsContext |
ProjectionsContextEngine.createProjectionsContext(String sql,
org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement selectStatement,
GroupByContext groupByContext,
OrderByContext orderByContext)
Create projections context.
|
| Constructor and Description |
|---|
SelectStatementContext(org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement sqlStatement,
GroupByContext groupByContext,
OrderByContext orderByContext,
ProjectionsContext projectionsContext,
PaginationContext paginationContext) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.