| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.infra.binder.segment.select.pagination.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 |
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,
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> whereSegments)
Create pagination context.
|
PaginationContext |
TopPaginationContextEngine.createPaginationContext(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.top.TopProjectionSegment topProjectionSegment,
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment> expressions,
List<Object> parameters)
Create pagination context.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.