public final class TopPaginationContextEngine extends Object
| 构造器和说明 |
|---|
TopPaginationContextEngine() |
| 限定符和类型 | 方法和说明 |
|---|---|
PaginationContext |
createPaginationContext(org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.top.TopProjectionSegment topProjectionSegment,
Collection<org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.AndPredicate> andPredicates,
List<Object> parameters)
Create pagination context.
|
public PaginationContext createPaginationContext(org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.top.TopProjectionSegment topProjectionSegment, Collection<org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.AndPredicate> andPredicates, List<Object> parameters)
topProjectionSegment - top projection segmentandPredicates - and predicatesparameters - SQL parametersCopyright © 2020 The Apache Software Foundation. All rights reserved.