| 限定符和类型 | 方法和说明 |
|---|---|
GroupByContext |
GroupByContextEngine.createGroupByContext(org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement selectStatement)
Create group by context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
OrderByContext |
OrderByContextEngine.createOrderBy(org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement selectStatement,
GroupByContext groupByContext)
Create order by context.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ProjectionsContext |
ProjectionsContextEngine.createProjectionsContext(String sql,
org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement selectStatement,
GroupByContext groupByContext,
OrderByContext orderByContext)
Create projections context.
|
| 构造器和说明 |
|---|
SelectStatementContext(org.apache.shardingsphere.sql.parser.sql.statement.dml.SelectStatement sqlStatement,
GroupByContext groupByContext,
OrderByContext orderByContext,
ProjectionsContext projectionsContext,
PaginationContext paginationContext) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.