Uses of Class
org.apache.shardingsphere.infra.binder.statement.dml.SelectStatementContext
-
-
Uses of SelectStatementContext in org.apache.shardingsphere.infra.binder.segment.insert.values
Constructors in org.apache.shardingsphere.infra.binder.segment.insert.values with parameters of type SelectStatementContext Constructor Description InsertSelectContext(SelectStatementContext selectStatementContext, List<Object> params, int parametersOffset) -
Uses of SelectStatementContext in org.apache.shardingsphere.infra.binder.segment.select.pagination
Methods in org.apache.shardingsphere.infra.binder.segment.select.pagination with parameters of type SelectStatementContext Modifier and Type Method Description longPaginationContext. getRevisedRowCount(SelectStatementContext selectStatementContext)Get revised row count. -
Uses of SelectStatementContext in org.apache.shardingsphere.infra.binder.segment.select.subquery.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.subquery.engine with parameters of type SelectStatementContext Modifier and Type Method Description Map<String,SubqueryTableContext>SubqueryTableContextEngine. createSubqueryTableContexts(SelectStatementContext subqueryContext, String aliasName)Create subquery table contexts. -
Uses of SelectStatementContext in org.apache.shardingsphere.infra.binder.segment.table
Constructor parameters in org.apache.shardingsphere.infra.binder.segment.table with type arguments of type SelectStatementContext Constructor Description TablesContext(Collection<? extends org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.TableSegment> tableSegments, Map<Integer,SelectStatementContext> subqueryContexts, DatabaseType databaseType)
-