Class TopPaginationContextEngine
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.TopPaginationContextEngine
-
public final class TopPaginationContextEngine extends Object
Pagination context engine for top.
-
-
Constructor Summary
Constructors Constructor Description TopPaginationContextEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginationContextcreatePaginationContext(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> params)Create pagination context.
-
-
-
Method Detail
-
createPaginationContext
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> params)
Create pagination context.- Parameters:
topProjectionSegment- top projection segmentexpressions- expressionsparams- SQL parameters- Returns:
- pagination context
-
-