Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.subquery.SubquerySegment
-
-
Uses of SubquerySegment in org.apache.shardingsphere.sql.parser.sql.common.statement.dml
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.dml that return types with arguments of type SubquerySegment Modifier and Type Method Description Optional<SubquerySegment>InsertStatement. getInsertSelect()Get insert select segment. -
Uses of SubquerySegment in org.apache.shardingsphere.sql.parser.sql.common.util
Methods in org.apache.shardingsphere.sql.parser.sql.common.util that return types with arguments of type SubquerySegment Modifier and Type Method Description static Collection<SubquerySegment>SubqueryExtractUtils. getSubquerySegments(SelectStatement selectStatement)Get subquery segment from SelectStatement. -
Uses of SubquerySegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml that return types with arguments of type SubquerySegment Modifier and Type Method Description static Optional<SubquerySegment>InsertStatementHandler. getSelectSubquery(InsertStatement insertStatement)Get select subquery segment. -
Uses of SubquerySegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml that return types with arguments of type SubquerySegment Modifier and Type Method Description Optional<SubquerySegment>OracleInsertStatement. getSelectSubquery()Get insert select segment.
-