Uses of Interface
com.alibaba.druid.sql.ast.statement.SQLTableSource
Packages that use SQLTableSource
Package
Description
-
Uses of SQLTableSource in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return SQLTableSourceModifier and TypeMethodDescriptionstatic SQLTableSourceSQLTransformUtils.transformOracleToPostgresql(SQLTableSource x) Methods in com.alibaba.druid.sql with parameters of type SQLTableSourceModifier and TypeMethodDescriptionstatic booleanSQLUtils.replaceInParent(SQLTableSource cmp, SQLTableSource dest) static SQLTableSourceSQLTransformUtils.transformOracleToPostgresql(SQLTableSource x) Method parameters in com.alibaba.druid.sql with type arguments of type SQLTableSourceModifier and TypeMethodDescriptionstatic voidSQLUtils.acceptTableSource(String sql, DbType dbType, Consumer<SQLTableSource> consumer, Predicate<SQLTableSource> filter) static voidSQLUtils.acceptTableSource(String sql, DbType dbType, Consumer<SQLTableSource> consumer, Predicate<SQLTableSource> filter) -
Uses of SQLTableSource in com.alibaba.druid.sql.ast
Classes in com.alibaba.druid.sql.ast that implement SQLTableSourceMethods in com.alibaba.druid.sql.ast that return SQLTableSourceMethods in com.alibaba.druid.sql.ast with parameters of type SQLTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLTableSourceModifier and TypeMethodDescriptionSQLAllColumnExpr.getResolvedTableSource()SQLIdentifierExpr.getResolvedTableSource()SQLPropertyExpr.getResolvedTableSource()Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLTableSourceModifier and TypeMethodDescriptionvoidSQLAllColumnExpr.setResolvedTableSource(SQLTableSource resolvedTableSource) voidSQLIdentifierExpr.setResolvedTableSource(SQLTableSource resolvedTableSource) voidSQLPropertyExpr.setResolvedTableSource(SQLTableSource resolvedTableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.ast.statement
Classes in com.alibaba.druid.sql.ast.statement that implement SQLTableSourceModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassCreated by wenshao on 23/02/2017.static classFields in com.alibaba.druid.sql.ast.statement declared as SQLTableSourceModifier and TypeFieldDescriptionprotected SQLTableSourceSQLDeleteStatement.fromprotected SQLTableSourceSQLSelectQueryBlock.fromprotected SQLTableSourceSQLUpdateStatement.fromprotected SQLTableSourceSQLCreateIndexStatement.inprotected SQLTableSourceSQLJoinTableSource.leftprotected SQLTableSourceSQLJoinTableSource.rightprotected SQLTableSourceSQLDeleteStatement.tableSourceprotected SQLTableSourceSQLUpdateStatement.tableSourceprotected SQLTableSourceSQLDeleteStatement.usingMethods in com.alibaba.druid.sql.ast.statement that return SQLTableSourceModifier and TypeMethodDescriptionSQLTableSource.clone()SQLTableSourceImpl.clone()SQLExprTableSource.findTableSource(long alias_hash) SQLJoinTableSource.findTableSource(long alias_hash) SQLLateralViewTableSource.findTableSource(long alias_hash) SQLSelectQueryBlock.findTableSource(String alias) SQLTableSource.findTableSource(long alias_hash) SQLTableSource.findTableSource(String alias) SQLTableSourceImpl.findTableSource(long alias_hash) SQLTableSourceImpl.findTableSource(String alias) SQLExprTableSource.findTableSourceWithColumn(long columnName_hash, String name, int option) SQLExprTableSource.findTableSourceWithColumn(String columnName) SQLJoinTableSource.findTableSourceWithColumn(long columnNameHash, String name, int option) SQLJoinTableSource.findTableSourceWithColumn(String columnName) SQLLateralViewTableSource.findTableSourceWithColumn(long columnNameHash, String columnName, int option) SQLSelectQueryBlock.findTableSourceWithColumn(long columnHash) SQLSelectQueryBlock.findTableSourceWithColumn(String column) SQLSubqueryTableSource.findTableSourceWithColumn(long columnNameHash, String columnName, int option) SQLSubqueryTableSource.findTableSourceWithColumn(String columnName) SQLTableSource.findTableSourceWithColumn(long columnName_hash) SQLTableSource.findTableSourceWithColumn(long columnName_hash, String name, int option) SQLTableSource.findTableSourceWithColumn(SQLName columnName) SQLTableSource.findTableSourceWithColumn(String columnName) SQLTableSourceImpl.findTableSourceWithColumn(long columnNameHash) SQLTableSourceImpl.findTableSourceWithColumn(long columnNameHash, String columnName, int option) SQLTableSourceImpl.findTableSourceWithColumn(SQLName columnName) SQLTableSourceImpl.findTableSourceWithColumn(String columnName) SQLUnionQueryTableSource.findTableSourceWithColumn(long columnNameHash, String columnName, int option) SQLWithSubqueryClause.Entry.findTableSourceWithColumn(long columnNameHash, String columnName, int option) SQLDeleteStatement.getFrom()SQLSelectQueryBlock.getFrom()SQLUpdateStatement.getFrom()SQLCreateIndexStatement.getIn()SQLMergeStatement.getInto()SQLJoinTableSource.getLeft()SQLJoinTableSource.getRight()SQLCreateIndexStatement.getTable()SQLDeleteStatement.getTableSource()SQLLateralViewTableSource.getTableSource()SQLUpdateStatement.getTableSource()SQLDeleteStatement.getUsing()SQLMergeStatement.getUsing()SQLJoinTableSource.other(SQLTableSource x) Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLTableSourceMethods in com.alibaba.druid.sql.ast.statement with parameters of type SQLTableSourceModifier and TypeMethodDescriptionbooleanSQLJoinTableSource.contains(SQLTableSource tableSource, SQLExpr condition) booleanSQLJoinTableSource.contains(SQLTableSource tableSource, SQLExpr condition, SQLJoinTableSource.JoinType joinType) SQLJoinTableSource.findJoin(SQLTableSource tableSource, SQLJoinTableSource.JoinType joinType) SQLJoinTableSource.join(SQLTableSource right, SQLJoinTableSource.JoinType joinType, SQLExpr condition) SQLJoinTableSource.other(SQLTableSource x) booleanSQLJoinTableSource.replace(SQLTableSource cmp, SQLTableSource target) voidSQLDeleteStatement.setFrom(SQLTableSource from) voidSQLSelectQueryBlock.setFrom(SQLTableSource from) voidSQLUpdateStatement.setFrom(SQLTableSource from) voidSQLCreateIndexStatement.setIn(SQLTableSource x) voidSQLMergeStatement.setInto(SQLTableSource into) voidSQLJoinTableSource.setLeft(SQLTableSource left) voidSQLJoinTableSource.setRight(SQLTableSource right) voidSQLCreateIndexStatement.setTable(SQLTableSource table) voidSQLDeleteStatement.setTableSource(SQLTableSource tableSource) voidSQLLateralViewTableSource.setTableSource(SQLTableSource tableSource) voidSQLUpdateStatement.setTableSource(SQLTableSource tableSource) voidSQLDeleteStatement.setUsing(SQLTableSource using) voidSQLMergeStatement.setUsing(SQLTableSource using) Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLTableSourceModifier and TypeMethodDescriptionvoidSQLJoinTableSource.splitTo(List<SQLTableSource> outTableSources, SQLJoinTableSource.JoinType joinType) Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLTableSourceModifierConstructorDescriptionSQLJoinTableSource(SQLTableSource left, SQLJoinTableSource.JoinType joinType, SQLTableSource right, SQLExpr condition) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.db2.ast
Classes in com.alibaba.druid.sql.dialect.db2.ast that implement SQLTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.hive.ast
Methods in com.alibaba.druid.sql.dialect.hive.ast that return SQLTableSourceMethods in com.alibaba.druid.sql.dialect.hive.ast with parameters of type SQLTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.hive.parser
Methods in com.alibaba.druid.sql.dialect.hive.parser with parameters of type SQLTableSourceModifier and TypeMethodDescriptionvoidHiveSelectParser.parseTableSourceSample(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.mysql.ast.statement
Classes in com.alibaba.druid.sql.dialect.mysql.ast.statement that implement SQLTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLTableSourceModifier and TypeMethodDescriptionMySqlSelectParser.parseTableSource()MySqlSelectParser.parseTableSource(SQLObject parent) MySqlSelectIntoParser.parseTableSourceRest(SQLTableSource tableSource) MySqlSelectParser.parseTableSourceRest(SQLTableSource tableSource) protected SQLTableSourceMySqlSelectParser.primaryTableSourceRest(SQLTableSource tableSource) Methods in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLTableSourceModifier and TypeMethodDescriptionMySqlSelectIntoParser.parseTableSourceRest(SQLTableSource tableSource) MySqlSelectParser.parseTableSourceRest(SQLTableSource tableSource) protected SQLTableSourceMySqlSelectParser.primaryTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.odps.ast
Methods in com.alibaba.druid.sql.dialect.odps.ast that return SQLTableSourceMethods in com.alibaba.druid.sql.dialect.odps.ast with parameters of type SQLTableSourceModifier and TypeMethodDescriptionvoidOdpsUnloadStatement.setFrom(SQLTableSource x) voidOdpsSetLabelStatement.setTable(SQLTableSource table) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser that return SQLTableSourceModifier and TypeMethodDescriptionOdpsSelectParser.parseTableSource()protected SQLTableSourceOdpsSelectParser.primaryTableSourceRest(SQLTableSource tableSource) Methods in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLTableSourceModifier and TypeMethodDescriptionvoidOdpsSelectParser.parseTableSourceSample(SQLTableSource tableSource) protected SQLTableSourceOdpsSelectParser.primaryTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.ast.clause
Classes in com.alibaba.druid.sql.dialect.oracle.ast.clause that implement SQLTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Subinterfaces of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmtClasses in com.alibaba.druid.sql.dialect.oracle.ast.stmt that implement SQLTableSourceModifier and TypeClassDescriptionclassclassclassMethods in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLTableSourceModifier and TypeMethodDescriptionOracleSelectJoin.join(SQLTableSource right, SQLJoinTableSource.JoinType joinType, SQLExpr condition) Constructors in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLTableSourceModifierConstructorDescriptionOracleSelectJoin(SQLTableSource left, SQLJoinTableSource.JoinType joinType, SQLTableSource right, SQLExpr condition) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLTableSourceModifier and TypeMethodDescriptionOracleSelectParser.parseTableSource()OracleSelectParser.parseTableSourcePrimary()protected SQLTableSourceOracleSelectParser.parseTableSourceRest(OracleSelectTableSource tableSource) protected SQLTableSourceOracleSelectParser.primaryTableSourceRest(SQLTableSource tableSource) Methods in com.alibaba.druid.sql.dialect.oracle.parser with parameters of type SQLTableSourceModifier and TypeMethodDescriptionprotected SQLTableSourceOracleSelectParser.primaryTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Classes in com.alibaba.druid.sql.dialect.oscar.ast.stmt that implement SQLTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oscar.parser
Methods in com.alibaba.druid.sql.dialect.oscar.parser that return SQLTableSourceModifier and TypeMethodDescriptionOscarSelectParser.parseTableSourceRest(SQLTableSource tableSource) Methods in com.alibaba.druid.sql.dialect.oscar.parser with parameters of type SQLTableSourceModifier and TypeMethodDescriptionOscarSelectParser.parseTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Classes in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that implement SQLTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser that return SQLTableSourceModifier and TypeMethodDescriptionPGSelectParser.parseTableSourceRest(SQLTableSource tableSource) Methods in com.alibaba.druid.sql.dialect.postgresql.parser with parameters of type SQLTableSourceModifier and TypeMethodDescriptionPGSelectParser.parseTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser that return SQLTableSourceModifier and TypeMethodDescriptionSQLServerSelectParser.parseTableSourceRest(SQLTableSource tableSource) Methods in com.alibaba.druid.sql.dialect.sqlserver.parser with parameters of type SQLTableSourceModifier and TypeMethodDescriptionSQLServerSelectParser.parseTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLTableSourceModifier and TypeMethodDescriptionprotected SQLTableSourceSQLSelectParser.parseLateralView(SQLTableSource tableSource) SQLSelectParser.parseTableSource()SQLSelectParser.parseTableSourceRest(SQLTableSource tableSource) protected SQLTableSourceSQLSelectParser.primaryTableSourceRest(SQLTableSource tableSource) Methods in com.alibaba.druid.sql.parser with parameters of type SQLTableSourceModifier and TypeMethodDescriptionprotected SQLTableSourceSQLSelectParser.parseLateralView(SQLTableSource tableSource) protected voidSQLSelectParser.parsePivot(SQLTableSource tableSource) SQLSelectParser.parseTableSourceRest(SQLTableSource tableSource) voidSQLSelectParser.parseTableSourceSample(SQLTableSource tableSource) voidSQLSelectParser.parseTableSourceSampleHive(SQLTableSource tableSource) protected SQLTableSourceSQLSelectParser.primaryTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository that return SQLTableSourceModifier and TypeMethodDescriptionprotected SQLTableSourceSchemaResolveVisitor.Context.findTableSource(long nameHash) protected SQLTableSourceSchemaResolveVisitor.Context.findTableSourceRecursive(long nameHash) SchemaResolveVisitor.Context.getFrom()SchemaResolveVisitor.Context.getTableSource()Methods in com.alibaba.druid.sql.repository with parameters of type SQLTableSourceModifier and TypeMethodDescriptionvoidSchemaResolveVisitor.Context.addTableSource(long alias_hash, SQLTableSource tableSource) protected voidSchema.computeTables(SQLTableSource x, Map<String, SchemaObject> tables) Schema.findColumn(SQLTableSource tableSource, SQLExpr expr) Schema.findColumn(SQLTableSource tableSource, SQLSelectItem selectItem) SchemaRepository.findColumn(SQLTableSource tableSource, SQLExpr expr) SchemaRepository.findColumn(SQLTableSource tableSource, SQLSelectItem selectItem) Schema.findTable(SQLTableSource tableSource, SQLExpr expr) Schema.findTable(SQLTableSource tableSource, SQLSelectItem selectItem) Schema.findTable(SQLTableSource tableSource, String alias) SchemaRepository.findTable(SQLTableSource tableSource, SQLExpr expr) SchemaRepository.findTable(SQLTableSource tableSource, SQLSelectItem selectItem) SchemaRepository.findTable(SQLTableSource tableSource, String alias) Schema.getTables(SQLTableSource x) SchemaRepository.getTables(SQLTableSource x) voidSchemaResolveVisitor.Context.setFrom(SQLTableSource from) voidSchemaResolveVisitor.Context.setTableSource(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.visitor
Fields in com.alibaba.druid.sql.visitor with type parameters of type SQLTableSourceModifier and TypeFieldDescriptionprotected Map<Long,SQLTableSource> SQLTableAliasCollectVisitor.tableSourceMapMethods in com.alibaba.druid.sql.visitor that return SQLTableSourceMethods in com.alibaba.druid.sql.visitor that return types with arguments of type SQLTableSourceMethods in com.alibaba.druid.sql.visitor with parameters of type SQLTableSourceModifier and TypeMethodDescriptionprotected booleanSQLASTOutputVisitor.isTableSourceAlias(SQLTableSource from, String... tableNames) protected voidSQLASTOutputVisitor.printTableSource(SQLTableSource x) -
Uses of SQLTableSource in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLTableSource -
Uses of SQLTableSource in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLTableSourceModifier and TypeMethodDescriptionstatic voidWallVisitorUtils.checkReadOnly(WallVisitor visitor, SQLTableSource tableSource) static booleanWallVisitorUtils.isSimpleCountTableSource(WallVisitor visitor, SQLTableSource tableSource)