Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment
-
-
Uses of WhereSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dal
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dal that return types with arguments of type WhereSegment Modifier and Type Method Description Optional<WhereSegment>ShowFilterSegment. getWhere()Get where segment. -
Uses of WhereSegment 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 WhereSegment Modifier and Type Method Description Optional<WhereSegment>DeleteStatement. getWhere()Get where.Optional<WhereSegment>SelectStatement. getWhere()Get where.Optional<WhereSegment>UpdateStatement. getWhere()Get where. -
Uses of WhereSegment 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 WhereSegment Modifier and Type Method Description static Collection<WhereSegment>WhereExtractUtils. getJoinWhereSegments(SelectStatement selectStatement)Get join where segment from SelectStatement.static Collection<WhereSegment>WhereExtractUtils. getSubqueryWhereSegments(SelectStatement selectStatement)Get subquery where segment from SelectStatement.
-