| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.sql.common.statement.dml | |
| org.apache.shardingsphere.sql.parser.sql.common.util |
| Modifier and Type | Method and Description |
|---|---|
Optional<WhereSegment> |
DeleteStatement.getWhere()
Get where.
|
Optional<WhereSegment> |
SelectStatement.getWhere()
Get where.
|
Optional<WhereSegment> |
UpdateStatement.getWhere()
Get where.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<WhereSegment> |
WhereSegmentExtractUtils.getJoinWhereSegments(SelectStatement selectStatement)
Get join where segment from SelectStatement.
|
static Collection<WhereSegment> |
WhereSegmentExtractUtils.getSubqueryWhereSegments(SelectStatement selectStatement)
Get subquery where segment from SelectStatement.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.