Uses of Class
org.apache.shardingsphere.infra.binder.segment.select.projection.ProjectionsContext
-
Packages that use ProjectionsContext Package Description org.apache.shardingsphere.infra.binder.segment.select.pagination.engine org.apache.shardingsphere.infra.binder.segment.select.projection.engine -
-
Uses of ProjectionsContext in org.apache.shardingsphere.infra.binder.segment.select.pagination.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.pagination.engine with parameters of type ProjectionsContext Modifier and Type Method Description 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. -
Uses of ProjectionsContext in org.apache.shardingsphere.infra.binder.segment.select.projection.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.projection.engine that return ProjectionsContext Modifier and Type Method Description ProjectionsContextProjectionsContextEngine. createProjectionsContext(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.TableSegment table, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment projectionsSegment, GroupByContext groupByContext, OrderByContext orderByContext)Create projections context.
-