| Modifier and Type | Method and Description |
|---|---|
SQLWithSubqueryClause |
SQLWithSubqueryClause.clone() |
SQLWithSubqueryClause |
SQLUpdateStatement.getWith() |
SQLWithSubqueryClause |
SQLInsertStatement.getWith() |
SQLWithSubqueryClause |
SQLDeleteStatement.getWith() |
SQLWithSubqueryClause |
SQLSelect.getWithSubQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLUpdateStatement.setWith(SQLWithSubqueryClause with) |
void |
SQLInsertStatement.setWith(SQLWithSubqueryClause with) |
void |
SQLDeleteStatement.setWith(SQLWithSubqueryClause with) |
void |
SQLSelect.setWithSubQuery(SQLWithSubqueryClause x) |
| Modifier and Type | Method and Description |
|---|---|
SQLWithSubqueryClause |
ClickhouseStatementParser.parseWithQuery() |
| Modifier and Type | Method and Description |
|---|---|
SQLWithSubqueryClause |
HiveMultiInsertStatement.getWith() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMultiInsertStatement.setWith(SQLWithSubqueryClause with) |
| Modifier and Type | Method and Description |
|---|---|
SQLWithSubqueryClause |
OracleSelectParser.parseWith() |
| Modifier and Type | Method and Description |
|---|---|
SQLWithSubqueryClause |
SQLSelectParser.parseWith() |
SQLWithSubqueryClause |
SQLStatementParser.parseWithQuery() |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
SchemaResolveVisitor.visit(SQLWithSubqueryClause x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLWithSubqueryClause x) |
boolean |
SQLASTOutputVisitor.visit(SQLWithSubqueryClause x) |
default boolean |
SQLASTVisitor.visit(SQLWithSubqueryClause x) |
Copyright © 2013–2020 Alibaba Group. All rights reserved.