public final class TopPaginationContextEngine extends Object
| 构造器和说明 |
|---|
TopPaginationContextEngine() |
| 限定符和类型 | 方法和说明 |
|---|---|
PaginationContext |
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.
|
public PaginationContext 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)
topProjectionSegment - top projection segmentexpressions - expressionsparameters - SQL parametersCopyright © 2022 The Apache Software Foundation. All rights reserved.