Package | Description |
---|---|
com.alibaba.druid.sql.ast.statement | |
com.alibaba.druid.sql.dialect.oracle.parser | |
com.alibaba.druid.sql.parser | |
com.alibaba.druid.sql.visitor |
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 withSubQuery) |
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 |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLWithSubqueryClause x) |
void |
SQLASTVisitor.endVisit(SQLWithSubqueryClause x) |
boolean |
SQLASTVisitorAdapter.visit(SQLWithSubqueryClause x) |
boolean |
SQLASTVisitor.visit(SQLWithSubqueryClause x) |
boolean |
SQLASTOutputVisitor.visit(SQLWithSubqueryClause x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.