Uses of Class
org.apache.shardingsphere.infra.binder.segment.select.pagination.PaginationContext
-
Packages that use PaginationContext Package Description org.apache.shardingsphere.infra.binder.segment.select.pagination.engine -
-
Uses of PaginationContext in org.apache.shardingsphere.infra.binder.segment.select.pagination.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.pagination.engine that return PaginationContext Modifier and Type Method Description PaginationContextLimitPaginationContextEngine. createPaginationContext(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment limitSegment, List<Object> params)Create pagination context.PaginationContextPaginationContextEngine. 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.PaginationContextRowNumberPaginationContextEngine. createPaginationContext(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment> expressions, ProjectionsContext projectionsContext, List<Object> params)Create pagination context.PaginationContextTopPaginationContextEngine. 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.
-