public final class WhereSegmentExtractUtils extends Object
| Constructor and Description |
|---|
WhereSegmentExtractUtils() |
| 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 - SelectStatement.Copyright © 2021 The Apache Software Foundation. All rights reserved.