PaginationContext |
RowNumberPaginationContextEngine.createPaginationContext(Collection<org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.AndPredicate> andPredicates,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
LimitPaginationContextEngine.createPaginationContext(org.apache.shardingsphere.sql.parser.sql.segment.dml.pagination.limit.LimitSegment limitSegment,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
PaginationContextEngine.createPaginationContext(org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement selectStatement,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
TopPaginationContextEngine.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.
|