| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.binder.segment.select.pagination.engine | |
| org.apache.shardingsphere.infra.binder.statement.dml |
| Modifier and Type | Method and Description |
|---|---|
PaginationContext |
RowNumberPaginationContextEngine.createPaginationContext(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment where,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
LimitPaginationContextEngine.createPaginationContext(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment limitSegment,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
PaginationContextEngine.createPaginationContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
TopPaginationContextEngine.createPaginationContext(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.top.TopProjectionSegment topProjectionSegment,
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment where,
List<Object> parameters)
Create pagination context.
|
| Constructor and Description |
|---|
SelectStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement sqlStatement,
GroupByContext groupByContext,
OrderByContext orderByContext,
ProjectionsContext projectionsContext,
PaginationContext paginationContext) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.