public final class TopPaginationContextEngine extends Object
| Constructor and Description |
|---|
TopPaginationContextEngine() |
| Modifier and Type | Method and Description |
|---|---|
PaginationContext |
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.
|
public PaginationContext 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)
topProjectionSegment - top projection segmentwhere - where conditionparameters - SQL parametersCopyright © 2021 The Apache Software Foundation. All rights reserved.