public final class WhereExtractUtil extends Object
| 构造器和说明 |
|---|
WhereExtractUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.