| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.sql.parser.relation.segment.select.pagination.engine | |
| org.apache.shardingsphere.sql.parser.relation.statement.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
PaginationContext |
RowNumberPaginationContextEngine.createPaginationContext(Collection<AndPredicate> andPredicates,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
LimitPaginationContextEngine.createPaginationContext(LimitSegment limitSegment,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
PaginationContextEngine.createPaginationContext(SelectStatement selectStatement,
ProjectionsContext projectionsContext,
List<Object> parameters)
Create pagination context.
|
PaginationContext |
TopPaginationContextEngine.createPaginationContext(TopSegment topSegment,
Collection<AndPredicate> andPredicates,
List<Object> parameters)
Create pagination context.
|
| 构造器和说明 |
|---|
SelectSQLStatementContext(SelectStatement sqlStatement,
GroupByContext groupByContext,
OrderByContext orderByContext,
ProjectionsContext projectionsContext,
PaginationContext paginationContext) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.