Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSubqueryTableSource
-
-
Uses of SQLSubqueryTableSource in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLSubqueryTableSource Modifier and Type Method Description SQLSubqueryTableSourceSQLSubqueryTableSource. clone()static SQLSubqueryTableSourceSQLSubqueryTableSource. fixParenthesized(SQLSubqueryTableSource rightTableSourceTmp)Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSubqueryTableSource Modifier and Type Method Description voidSQLSubqueryTableSource. cloneTo(SQLSubqueryTableSource x)static SQLSubqueryTableSourceSQLSubqueryTableSource. fixParenthesized(SQLSubqueryTableSource rightTableSourceTmp) -
Uses of SQLSubqueryTableSource in com.alibaba.druid.sql.dialect.mysql.visitor.transform
Methods in com.alibaba.druid.sql.dialect.mysql.visitor.transform with parameters of type SQLSubqueryTableSource Modifier and Type Method Description booleanFromSubqueryResolver. visit(SQLSubqueryTableSource x) -
Uses of SQLSubqueryTableSource in com.alibaba.druid.sql.dialect.odps.visitor
Methods in com.alibaba.druid.sql.dialect.odps.visitor with parameters of type SQLSubqueryTableSource Modifier and Type Method Description booleanOdpsOutputVisitor. visit(SQLSubqueryTableSource x) -
Uses of SQLSubqueryTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Subclasses of SQLSubqueryTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt Modifier and Type Class Description classOracleSelectSubqueryTableSource -
Uses of SQLSubqueryTableSource in com.alibaba.druid.sql.visitor
Fields in com.alibaba.druid.sql.visitor with type parameters of type SQLSubqueryTableSource Modifier and Type Field Description protected Map<Long,List<SQLSubqueryTableSource>>SQLSubQueryGroupVisitor. tableSourceMapMethods in com.alibaba.druid.sql.visitor that return types with arguments of type SQLSubqueryTableSource Modifier and Type Method Description Collection<List<SQLSubqueryTableSource>>SQLSubQueryGroupVisitor. getGroupedSubqueryTableSources()Methods in com.alibaba.druid.sql.visitor with parameters of type SQLSubqueryTableSource Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLSubqueryTableSource x)booleanSchemaStatVisitor. visit(SQLSubqueryTableSource x)booleanSQLASTOutputVisitor. visit(SQLSubqueryTableSource x)default booleanSQLASTVisitor. visit(SQLSubqueryTableSource x)booleanSQLSubQueryGroupVisitor. visit(SQLSubqueryTableSource x)booleanSQLTableAliasCollectVisitor. visit(SQLSubqueryTableSource x) -
Uses of SQLSubqueryTableSource in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLSubqueryTableSource Modifier and Type Method Description booleanCalciteMySqlNodeVisitor. visit(SQLSubqueryTableSource x)
-