Uses of Interface
com.alibaba.druid.sql.ast.statement.SQLTableSource
-
-
Uses of SQLTableSource in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type SQLTableSource Modifier and Type Method Description static booleanSQLUtils. replaceInParent(SQLTableSource cmp, SQLTableSource dest)Method parameters in com.alibaba.druid.sql with type arguments of type SQLTableSource Modifier and Type Method Description static 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 SQLTableSource Modifier and Type Class Description classSQLAdhocTableSourceMethods in com.alibaba.druid.sql.ast that return SQLTableSource Modifier and Type Method Description SQLTableSourceSQLIndexDefinition. getTable()Methods in com.alibaba.druid.sql.ast with parameters of type SQLTableSource Modifier and Type Method Description voidSQLIndexDefinition. setTable(SQLTableSource table) -
Uses of SQLTableSource in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLTableSource Modifier and Type Method Description SQLTableSourceSQLAllColumnExpr. getResolvedTableSource()SQLTableSourceSQLIdentifierExpr. getResolvedTableSource()SQLTableSourceSQLPropertyExpr. getResolvedTableSource()Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLTableSource Modifier and Type Method Description voidSQLAllColumnExpr. 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 SQLTableSource Modifier and Type Class Description classSQLExprTableSourceclassSQLGeneratedTableSourceclassSQLJoinTableSourceclassSQLLateralViewTableSourceclassSQLSubqueryTableSourceclassSQLTableSourceImplclassSQLUnionQueryTableSourceclassSQLUnnestTableSourceclassSQLValuesTableSourceCreated by wenshao on 23/02/2017.static classSQLWithSubqueryClause.EntryFields in com.alibaba.druid.sql.ast.statement declared as SQLTableSource Modifier and Type Field Description protected 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 SQLTableSource Modifier and Type Method Description SQLTableSourceSQLTableSource. clone()SQLTableSourceSQLTableSourceImpl. clone()SQLTableSourceSQLExprTableSource. findTableSource(long alias_hash)SQLTableSourceSQLJoinTableSource. findTableSource(long alias_hash)SQLTableSourceSQLLateralViewTableSource. findTableSource(long alias_hash)SQLTableSourceSQLSelectQueryBlock. findTableSource(String alias)SQLTableSourceSQLTableSource. findTableSource(long alias_hash)SQLTableSourceSQLTableSource. findTableSource(String alias)SQLTableSourceSQLTableSourceImpl. findTableSource(long alias_hash)SQLTableSourceSQLTableSourceImpl. findTableSource(String alias)SQLTableSourceSQLExprTableSource. findTableSourceWithColumn(long columnName_hash, String name, int option)SQLTableSourceSQLExprTableSource. findTableSourceWithColumn(String columnName)SQLTableSourceSQLJoinTableSource. findTableSourceWithColumn(long columnNameHash, String name, int option)SQLTableSourceSQLJoinTableSource. findTableSourceWithColumn(String columnName)SQLTableSourceSQLLateralViewTableSource. findTableSourceWithColumn(long columnNameHash, String columnName, int option)SQLTableSourceSQLSelectQueryBlock. findTableSourceWithColumn(long columnHash)SQLTableSourceSQLSelectQueryBlock. findTableSourceWithColumn(String column)SQLTableSourceSQLSubqueryTableSource. findTableSourceWithColumn(long columnNameHash, String columnName, int option)SQLTableSourceSQLSubqueryTableSource. findTableSourceWithColumn(String columnName)SQLTableSourceSQLTableSource. findTableSourceWithColumn(long columnName_hash)SQLTableSourceSQLTableSource. findTableSourceWithColumn(long columnName_hash, String name, int option)SQLTableSourceSQLTableSource. findTableSourceWithColumn(SQLName columnName)SQLTableSourceSQLTableSource. findTableSourceWithColumn(String columnName)SQLTableSourceSQLTableSourceImpl. findTableSourceWithColumn(long columnNameHash)SQLTableSourceSQLTableSourceImpl. findTableSourceWithColumn(long columnNameHash, String columnName, int option)SQLTableSourceSQLTableSourceImpl. findTableSourceWithColumn(SQLName columnName)SQLTableSourceSQLTableSourceImpl. findTableSourceWithColumn(String columnName)SQLTableSourceSQLUnionQueryTableSource. findTableSourceWithColumn(long columnNameHash, String columnName, int option)SQLTableSourceSQLWithSubqueryClause.Entry. findTableSourceWithColumn(long columnNameHash, String columnName, int option)SQLTableSourceSQLDeleteStatement. getFrom()SQLTableSourceSQLSelectQueryBlock. getFrom()SQLTableSourceSQLUpdateStatement. getFrom()SQLTableSourceSQLCreateIndexStatement. getIn()SQLTableSourceSQLMergeStatement. getInto()SQLTableSourceSQLJoinTableSource. getLeft()SQLTableSourceSQLJoinTableSource. getRight()SQLTableSourceSQLCreateIndexStatement. getTable()SQLTableSourceSQLDeleteStatement. getTableSource()SQLTableSourceSQLLateralViewTableSource. getTableSource()SQLTableSourceSQLUpdateStatement. getTableSource()SQLTableSourceSQLDeleteStatement. getUsing()SQLTableSourceSQLMergeStatement. getUsing()SQLTableSourceSQLJoinTableSource. other(SQLTableSource x)Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLTableSource Modifier and Type Method Description List<SQLTableSource>SQLSelectQueryBlock. getMappJoinTableSources()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLTableSource Modifier and Type Method Description booleanSQLJoinTableSource. contains(SQLTableSource tableSource, SQLExpr condition)booleanSQLJoinTableSource. contains(SQLTableSource tableSource, SQLExpr condition, SQLJoinTableSource.JoinType joinType)SQLJoinTableSourceSQLJoinTableSource. findJoin(SQLTableSource tableSource, SQLJoinTableSource.JoinType joinType)SQLJoinTableSourceSQLJoinTableSource. join(SQLTableSource right, SQLJoinTableSource.JoinType joinType, SQLExpr condition)SQLTableSourceSQLJoinTableSource. 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 SQLTableSource Modifier and Type Method Description voidSQLJoinTableSource. splitTo(List<SQLTableSource> outTableSources, SQLJoinTableSource.JoinType joinType)Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLTableSource Constructor Description SQLJoinTableSource(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 Modifier and Type Class Description classDB2IntermediateResultTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.doris.ast
Classes in com.alibaba.druid.sql.dialect.doris.ast that implement SQLTableSource Modifier and Type Class Description classDorisExprTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.doris.parser
Methods in com.alibaba.druid.sql.dialect.doris.parser with parameters of type SQLTableSource Modifier and Type Method Description voidDorisSelectParser. parseAfterTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.hive.ast
Methods in com.alibaba.druid.sql.dialect.hive.ast that return SQLTableSource Modifier and Type Method Description SQLTableSourceHiveMultiInsertStatement. getFrom()Methods in com.alibaba.druid.sql.dialect.hive.ast with parameters of type SQLTableSource Modifier and Type Method Description voidHiveMultiInsertStatement. setFrom(SQLTableSource x) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.hive.parser
Methods in com.alibaba.druid.sql.dialect.hive.parser with parameters of type SQLTableSource Modifier and Type Method Description voidHiveSelectParser. 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 Modifier and Type Class Description classMySqlUpdateTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLTableSource Modifier and Type Method Description SQLTableSourceMySqlSelectParser. parseTableSource()SQLTableSourceMySqlSelectParser. parseTableSource(SQLObject parent)SQLTableSourceMySqlSelectIntoParser. parseTableSourceRest(SQLTableSource tableSource)SQLTableSourceMySqlSelectParser. parseTableSourceRest(SQLTableSource tableSource)protected SQLTableSourceMySqlSelectParser. primaryTableSourceRest(SQLTableSource tableSource)Methods in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLTableSource Modifier and Type Method Description SQLTableSourceMySqlSelectIntoParser. parseTableSourceRest(SQLTableSource tableSource)SQLTableSourceMySqlSelectParser. 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 SQLTableSource Modifier and Type Method Description SQLTableSourceOdpsUnloadStatement. getFrom()SQLTableSourceOdpsSetLabelStatement. getTable()Methods in com.alibaba.druid.sql.dialect.odps.ast with parameters of type SQLTableSource Modifier and Type Method Description voidOdpsUnloadStatement. 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 SQLTableSource Modifier and Type Method Description SQLTableSourceOdpsSelectParser. parseTableSource()protected SQLTableSourceOdpsSelectParser. primaryTableSourceRest(SQLTableSource tableSource)Methods in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLTableSource Modifier and Type Method Description voidOdpsSelectParser. 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 Modifier and Type Class Description classOracleWithSubqueryEntry -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Subinterfaces of SQLTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt Modifier and Type Interface Description interfaceOracleSelectTableSourceClasses in com.alibaba.druid.sql.dialect.oracle.ast.stmt that implement SQLTableSource Modifier and Type Class Description classOracleSelectJoinclassOracleSelectSubqueryTableSourceclassOracleSelectTableReferenceMethods in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLTableSource Modifier and Type Method Description SQLJoinTableSourceOracleSelectJoin. join(SQLTableSource right, SQLJoinTableSource.JoinType joinType, SQLExpr condition)Constructors in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLTableSource Constructor Description OracleSelectJoin(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 SQLTableSource Modifier and Type Method Description SQLTableSourceOracleSelectParser. parseTableSource(boolean forFrom)SQLTableSourceOracleSelectParser. parseTableSourcePrimary(boolean forFrom)protected SQLTableSourceOracleSelectParser. parseTableSourceRest(OracleSelectTableSource tableSource)protected SQLTableSourceOracleSelectParser. primaryTableSourceRest(SQLTableSource tableSource)Methods in com.alibaba.druid.sql.dialect.oracle.parser with parameters of type SQLTableSource Modifier and Type Method Description protected voidOracleSelectParser. parsePivot(SQLTableSource tableSource)protected 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 Modifier and Type Class Description classOscarFunctionTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.oscar.parser
Methods in com.alibaba.druid.sql.dialect.oscar.parser that return SQLTableSource Modifier and Type Method Description SQLTableSourceOscarSelectParser. parseTableSourceRest(SQLTableSource tableSource)Methods in com.alibaba.druid.sql.dialect.oscar.parser with parameters of type SQLTableSource Modifier and Type Method Description SQLTableSourceOscarSelectParser. 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 Modifier and Type Class Description classPGFunctionTableSource -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.postgresql.parser
Methods in com.alibaba.druid.sql.dialect.postgresql.parser that return SQLTableSource Modifier and Type Method Description SQLTableSourcePGSelectParser. parseTableSourceRest(SQLTableSource tableSource)SQLTableSourcePGSelectParser. parseTableSourceTableSample(SQLTableSource tableSource)Methods in com.alibaba.druid.sql.dialect.postgresql.parser with parameters of type SQLTableSource Modifier and Type Method Description SQLTableSourcePGSelectParser. parseTableSourceRest(SQLTableSource tableSource)SQLTableSourcePGSelectParser. parseTableSourceTableSample(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.dialect.sqlserver.parser
Methods in com.alibaba.druid.sql.dialect.sqlserver.parser that return SQLTableSource Modifier and Type Method Description SQLTableSourceSQLServerSelectParser. parseTableSourceRest(SQLTableSource tableSource)Methods in com.alibaba.druid.sql.dialect.sqlserver.parser with parameters of type SQLTableSource Modifier and Type Method Description SQLTableSourceSQLServerSelectParser. parseTableSourceRest(SQLTableSource tableSource) -
Uses of SQLTableSource in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLTableSource Modifier and Type Method Description protected SQLTableSourceSQLSelectParser. parseGeneratedTableSource()protected SQLTableSourceSQLSelectParser. parseLateralView(SQLTableSource tableSource)SQLTableSourceSQLSelectParser. parseTableSource()SQLTableSourceSQLSelectParser. parseTableSource(boolean forFrom)SQLTableSourceSQLSelectParser. parseTableSourceRest(SQLTableSource tableSource)protected SQLTableSourceSQLSelectParser. parseUnnestTableSource()protected SQLTableSourceSQLSelectParser. primaryTableSourceRest(SQLTableSource tableSource)Methods in com.alibaba.druid.sql.parser with parameters of type SQLTableSource Modifier and Type Method Description voidSQLSelectParser. parseAfterTableSourceRest(SQLTableSource tableSource)protected SQLTableSourceSQLSelectParser. parseLateralView(SQLTableSource tableSource)protected voidSQLSelectParser. parsePivot(SQLTableSource tableSource)SQLTableSourceSQLSelectParser. 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 SQLTableSource Modifier and Type Method Description protected SQLTableSourceSchemaResolveVisitor.Context. findTableSource(long nameHash)protected SQLTableSourceSchemaResolveVisitor.Context. findTableSourceRecursive(long nameHash)SQLTableSourceSchemaResolveVisitor.Context. getFrom()SQLTableSourceSchemaResolveVisitor.Context. getTableSource() -
Uses of SQLTableSource in com.alibaba.druid.sql.visitor
Fields in com.alibaba.druid.sql.visitor with type parameters of type SQLTableSource Modifier and Type Field Description protected Map<Long,SQLTableSource>SQLTableAliasCollectVisitor. tableSourceMapMethods in com.alibaba.druid.sql.visitor that return SQLTableSource Modifier and Type Method Description SQLTableSourceSQLTableAliasCollectVisitor. getTableSource(long hashCode64)Methods in com.alibaba.druid.sql.visitor that return types with arguments of type SQLTableSource Modifier and Type Method Description Collection<SQLTableSource>SQLTableAliasCollectVisitor. getTableSources()Methods in com.alibaba.druid.sql.visitor with parameters of type SQLTableSource Modifier and Type Method Description protected 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 Modifier and Type Method Description booleanCalciteMySqlNodeVisitor. visit(SQLTableSource x) -
Uses of SQLTableSource in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLTableSource Modifier and Type Method Description static voidWallVisitorUtils. checkReadOnly(WallVisitor visitor, SQLTableSource tableSource)static booleanWallVisitorUtils. isSimpleCountTableSource(WallVisitor visitor, SQLTableSource tableSource)
-