public final class WhereExtractUtil extends Object
| Constructor and Description |
|---|
WhereExtractUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<WhereSegment> |
getJoinWhereSegments(SelectStatement selectStatement)
Get join where segment from SelectStatement.
|
static Collection<WhereSegment> |
getSubqueryWhereSegments(SelectStatement selectStatement)
Get subquery where segment from SelectStatement.
|
public static Collection<WhereSegment> getJoinWhereSegments(SelectStatement selectStatement)
selectStatement - SelectStatementpublic static Collection<WhereSegment> getSubqueryWhereSegments(SelectStatement selectStatement)
selectStatement - SelectStatementCopyright © 2022 The Apache Software Foundation. All rights reserved.