| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.infra.binder.segment.select.pagination.engine | |
| org.apache.shardingsphere.infra.binder.segment.select.projection.engine |
| 限定符和类型 | 方法和说明 |
|---|---|
PaginationContext |
RowNumberPaginationContextEngine.createPaginationContext(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment> expressions,
ProjectionsContext projectionsContext,
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,
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> whereSegments)
Create pagination context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ProjectionsContext |
ProjectionsContextEngine.createProjectionsContext(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.TableSegment table,
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment projectionsSegment,
GroupByContext groupByContext,
OrderByContext orderByContext)
Create projections context.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.