Class PaginationContextEngine
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.segment.select.pagination.engine.PaginationContextEngine
-
public final class PaginationContextEngine extends Object
Pagination context engine.
-
-
Constructor Summary
Constructors Constructor Description PaginationContextEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginationContextcreatePaginationContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement, ProjectionsContext projectionsContext, List<Object> params, Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> whereSegments)Create pagination context.
-
-
-
Method Detail
-
createPaginationContext
public PaginationContext createPaginationContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement selectStatement, ProjectionsContext projectionsContext, List<Object> params, Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> whereSegments)
Create pagination context.- Parameters:
selectStatement- SQL statementprojectionsContext- projections contextparams- SQL parameterswhereSegments- where segments- Returns:
- pagination context
-
-