Uses of Class
com.alibaba.druid.sql.ast.statement.SQLWithSubqueryClause
-
-
Uses of SQLWithSubqueryClause in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLWithSubqueryClause Modifier and Type Field Description protected SQLWithSubqueryClauseSQLDeleteStatement. withprotected SQLWithSubqueryClauseSQLInsertStatement. withprotected SQLWithSubqueryClauseSQLSelectQueryBlock. withprotected SQLWithSubqueryClauseSQLUnionQuery. withprotected SQLWithSubqueryClauseSQLUpdateStatement. withprotected SQLWithSubqueryClauseSQLSelect. withSubQueryMethods in com.alibaba.druid.sql.ast.statement that return SQLWithSubqueryClause Modifier and Type Method Description SQLWithSubqueryClauseSQLWithSubqueryClause. clone()SQLWithSubqueryClauseSQLDeleteStatement. getWith()SQLWithSubqueryClauseSQLInsertStatement. getWith()SQLWithSubqueryClauseSQLSelectQueryBlock. getWith()SQLWithSubqueryClauseSQLUnionQuery. getWith()SQLWithSubqueryClauseSQLUpdateStatement. getWith()SQLWithSubqueryClauseSQLSelect. getWithSubQuery()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLWithSubqueryClause Modifier and Type Method Description protected voidSQLWithSubqueryClause. cloneTo(SQLWithSubqueryClause x)voidSQLDeleteStatement. setWith(SQLWithSubqueryClause with)voidSQLInsertStatement. setWith(SQLWithSubqueryClause with)voidSQLSelectQueryBlock. setWith(SQLWithSubqueryClause x)voidSQLUnionQuery. setWith(SQLWithSubqueryClause x)voidSQLUpdateStatement. setWith(SQLWithSubqueryClause with)voidSQLSelect. setWithSubQuery(SQLWithSubqueryClause x) -
Uses of SQLWithSubqueryClause in com.alibaba.druid.sql.dialect.clickhouse.parser
Methods in com.alibaba.druid.sql.dialect.clickhouse.parser that return SQLWithSubqueryClause Modifier and Type Method Description SQLWithSubqueryClauseCKSelectParser. parseWith()SQLWithSubqueryClauseCKStatementParser. parseWithQuery() -
Uses of SQLWithSubqueryClause in com.alibaba.druid.sql.dialect.hive.ast
Fields in com.alibaba.druid.sql.dialect.hive.ast declared as SQLWithSubqueryClause Modifier and Type Field Description protected SQLWithSubqueryClauseHiveMultiInsertStatement. withMethods in com.alibaba.druid.sql.dialect.hive.ast that return SQLWithSubqueryClause Modifier and Type Method Description SQLWithSubqueryClauseHiveMultiInsertStatement. getWith()Methods in com.alibaba.druid.sql.dialect.hive.ast with parameters of type SQLWithSubqueryClause Modifier and Type Method Description voidHiveMultiInsertStatement. setWith(SQLWithSubqueryClause with) -
Uses of SQLWithSubqueryClause in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLWithSubqueryClause Modifier and Type Method Description SQLWithSubqueryClauseOracleSelectParser. parseWith() -
Uses of SQLWithSubqueryClause in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLWithSubqueryClause Modifier and Type Method Description SQLWithSubqueryClauseSQLSelectParser. parseWith()SQLWithSubqueryClauseSQLStatementParser. parseWithQuery() -
Uses of SQLWithSubqueryClause in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLWithSubqueryClause Modifier and Type Method Description default booleanSchemaResolveVisitor. visit(SQLWithSubqueryClause x) -
Uses of SQLWithSubqueryClause in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLWithSubqueryClause Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLWithSubqueryClause x)booleanSQLASTOutputVisitor. visit(SQLWithSubqueryClause x)default booleanSQLASTVisitor. visit(SQLWithSubqueryClause x)
-