public final class TopPaginationContextEngine extends Object
| Constructor and Description |
|---|
TopPaginationContextEngine() |
| Modifier and Type | Method and Description |
|---|---|
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.