Uses of Class
com.alibaba.druid.sql.ast.statement.SQLExprTableSource
-
-
Uses of SQLExprTableSource in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as SQLExprTableSource Modifier and Type Field Description protected SQLExprTableSourceSQLPartitionOf. parentTableMethods in com.alibaba.druid.sql.ast that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceSQLPartitionOf. getParentTable()Methods in com.alibaba.druid.sql.ast with parameters of type SQLExprTableSource Modifier and Type Method Description voidSQLPartitionOf. setParentTable(SQLExprTableSource parentTable) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLExprTableSource Modifier and Type Field Description protected SQLExprTableSourceSQLCloneTableStatement. fromprotected SQLExprTableSourceSQLCreateTableStatement. inheritsprotected SQLExprTableSourceSQLSelectQueryBlock. intoprotected SQLExprTableSourceSQLCreateTableStatement. likeprotected SQLExprTableSourceSQLShowACLStatement. tableprotected SQLExprTableSourceSQLShowHistoryStatement. tableprotected SQLExprTableSourceSQLAlterViewStatement. tableSourceprotected SQLExprTableSourceSQLCreateTableStatement. tableSourceprotected SQLExprTableSourceSQLCreateViewStatement. tableSourceprotected SQLExprTableSourceSQLInsertInto. tableSourceprotected SQLExprTableSourceSQLReplaceStatement. tableSourceprotected SQLExprTableSourceSQLAlterTableRename. toprotected SQLExprTableSourceSQLCloneTableStatement. toFields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLExprTableSource Modifier and Type Field Description protected List<SQLExprTableSource>SQLAnalyzeTableStatement. tableSourcesprotected List<SQLExprTableSource>SQLDropTableStatement. tableSourcesprotected List<SQLExprTableSource>SQLDropViewStatement. tableSourcesprotected List<SQLExprTableSource>SQLOptimizeStatement. tableSourcesprotected List<SQLExprTableSource>SQLTruncateStatement. tableSourcesMethods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLExprTableSource Modifier and Type Method Description List<SQLExprTableSource>SQLAnalyzeTableStatement. getTables()List<SQLExprTableSource>SQLDropTableStatement. getTableSources()List<SQLExprTableSource>SQLDropViewStatement. getTableSources()List<SQLExprTableSource>SQLOptimizeStatement. getTableSources()List<SQLExprTableSource>SQLTruncateStatement. getTableSources()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLExprTableSource Modifier and Type Method Description voidSQLDropTableStatement. addPartition(SQLExprTableSource tableSource)voidSQLDropViewStatement. addPartition(SQLExprTableSource tableSource)voidSQLDropTableStatement. addTableSource(SQLExprTableSource tableSource)voidSQLDropViewStatement. addTableSource(SQLExprTableSource tableSource)voidSQLOptimizeStatement. addTableSource(SQLExprTableSource tableSource)voidSQLExprTableSource. cloneTo(SQLExprTableSource x)voidSQLCloneTableStatement. setFrom(SQLExprTableSource x)voidSQLCreateTableStatement. setInherits(SQLExprTableSource inherits)voidSQLDumpStatement. setInto(SQLExprTableSource x)voidSQLSelectQueryBlock. setInto(SQLExprTableSource into)voidSQLCreateTableStatement. setLike(SQLExprTableSource like)voidSQLCommentStatement. setOn(SQLExprTableSource on)voidSQLCreateTriggerStatement. setOn(SQLExprTableSource on)voidSQLForeignKeyImpl. setReferencedTable(SQLExprTableSource x)voidSQLAlterIndexStatement. setTable(SQLExprTableSource x)voidSQLAlterTableExchangePartition. setTable(SQLExprTableSource x)voidSQLAnalyzeTableStatement. setTable(SQLExprTableSource table)voidSQLCopyFromStatement. setTable(SQLExprTableSource x)voidSQLExportTableStatement. setTable(SQLExprTableSource x)voidSQLImportTableStatement. setTable(SQLExprTableSource x)voidSQLPurgeTableStatement. setTable(SQLExprTableSource x)voidSQLShowACLStatement. setTable(SQLExprTableSource x)voidSQLShowHistoryStatement. setTable(SQLExprTableSource x)voidSQLShowIndexesStatement. setTable(SQLExprTableSource table)voidSQLTableLike. setTable(SQLExprTableSource x)voidSQLDropIndexStatement. setTableName(SQLExprTableSource tableName)voidSQLAlterTableStatement. setTableSource(SQLExprTableSource tableSource)voidSQLAlterViewStatement. setTableSource(SQLExprTableSource tableSource)voidSQLCreateTableStatement. setTableSource(SQLExprTableSource tableSource)voidSQLCreateViewStatement. setTableSource(SQLExprTableSource tableSource)voidSQLInsertInto. setTableSource(SQLExprTableSource tableSource)voidSQLReplaceStatement. setTableSource(SQLExprTableSource tableSource)voidSQLShowPartitionsStmt. setTableSource(SQLExprTableSource tableSource)voidSQLShowStatisticListStmt. setTableSource(SQLExprTableSource tableSource)voidSQLShowStatisticStmt. setTableSource(SQLExprTableSource tableSource)voidSQLAlterTableRename. setTo(SQLExprTableSource to)voidSQLCloneTableStatement. setTo(SQLExprTableSource to)Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLExprTableSource Modifier and Type Method Description voidSQLTruncateStatement. setTableSources(List<SQLExprTableSource> tableSources)Constructors in com.alibaba.druid.sql.ast.statement with parameters of type SQLExprTableSource Constructor Description SQLDropTableStatement(SQLExprTableSource tableSource)SQLDropTableStatement(SQLExprTableSource tableSource, DbType dbType)SQLDropViewStatement(SQLExprTableSource tableSource) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.doris.ast
Subclasses of SQLExprTableSource in com.alibaba.druid.sql.dialect.doris.ast Modifier and Type Class Description classDorisExprTableSource -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.doris.parser
Methods in com.alibaba.druid.sql.dialect.doris.parser that return SQLExprTableSource Modifier and Type Method Description protected SQLExprTableSourceDorisSelectParser. getTableSource() -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.hive.ast
Methods in com.alibaba.druid.sql.dialect.hive.ast that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceHiveInsert. getTableSource()Methods in com.alibaba.druid.sql.dialect.hive.ast with parameters of type SQLExprTableSource Modifier and Type Method Description voidHiveInsert. setTableSource(SQLExprTableSource tableSource) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.hive.stmt
Methods in com.alibaba.druid.sql.dialect.hive.stmt that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceHiveLoadDataStatement. getInto()SQLExprTableSourceHiveMsckRepairStatement. getTable()Methods in com.alibaba.druid.sql.dialect.hive.stmt with parameters of type SQLExprTableSource Modifier and Type Method Description voidHiveLoadDataStatement. setInto(SQLExprTableSource x)voidHiveMsckRepairStatement. setTable(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.mysql.ast.statement
Fields in com.alibaba.druid.sql.dialect.mysql.ast.statement with type parameters of type SQLExprTableSource Modifier and Type Field Description protected List<SQLExprTableSource>MySqlOptimizeStatement. tableSourcesMethods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceTidbSplitTableStatement. getTableName()SQLExprTableSourceMySqlLockTableStatement.Item. getTableSource()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return types with arguments of type SQLExprTableSource Modifier and Type Method Description List<SQLExprTableSource>MySqlChecksumTableStatement. getTables()List<SQLExprTableSource>MySqlCheckTableStatement. getTables()List<SQLExprTableSource>MySqlFlushStatement. getTables()List<SQLExprTableSource>MySqlAnalyzeStatement. getTableSources()List<SQLExprTableSource>MySqlOptimizeStatement. getTableSources()Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type SQLExprTableSource Modifier and Type Method Description voidMySqlChecksumTableStatement. addTable(SQLExprTableSource table)voidMySqlCheckTableStatement. addTable(SQLExprTableSource table)voidMySqlFlushStatement. addTable(SQLExprTableSource table)voidMySqlAnalyzeStatement. addTableSource(SQLExprTableSource tableSource)voidMySqlOptimizeStatement. addTableSource(SQLExprTableSource tableSource)voidTidbSplitTableStatement. setTableName(SQLExprTableSource tableName)voidMySqlLockTableStatement.Item. setTableSource(SQLExprTableSource tableSource) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLExprTableSource Modifier and Type Method Description booleanMySqlOutputVisitor. visit(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.mysql.visitor.transform
Methods in com.alibaba.druid.sql.dialect.mysql.visitor.transform with parameters of type SQLExprTableSource Modifier and Type Method Description booleanFromSubqueryResolver. visit(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.odps.ast
Fields in com.alibaba.druid.sql.dialect.odps.ast declared as SQLExprTableSource Modifier and Type Field Description protected SQLExprTableSourceOdpsShowChangelogsStatement. tableMethods in com.alibaba.druid.sql.dialect.odps.ast that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceOdpsCreateTableStatement. getLike()SQLExprTableSourceOdpsAddStatisticStatement. getTable()SQLExprTableSourceOdpsAddTableStatement. getTable()SQLExprTableSourceOdpsCountStatement. getTable()SQLExprTableSourceOdpsExstoreStatement. getTable()SQLExprTableSourceOdpsReadStatement. getTable()SQLExprTableSourceOdpsRemoveStatisticStatement. getTable()SQLExprTableSourceOdpsRestoreStatement. getTable()SQLExprTableSourceOdpsShowChangelogsStatement. getTable()SQLExprTableSourceOdpsUndoTableStatement. getTable()Methods in com.alibaba.druid.sql.dialect.odps.ast with parameters of type SQLExprTableSource Modifier and Type Method Description voidOdpsCreateTableStatement. setLike(SQLExprTableSource like)voidOdpsAddStatisticStatement. setTable(SQLExprTableSource table)voidOdpsAddTableStatement. setTable(SQLExprTableSource table)voidOdpsCountStatement. setTable(SQLExprTableSource table)voidOdpsExstoreStatement. setTable(SQLExprTableSource x)voidOdpsReadStatement. setTable(SQLExprTableSource table)voidOdpsRemoveStatisticStatement. setTable(SQLExprTableSource table)voidOdpsRestoreStatement. setTable(SQLExprTableSource table)voidOdpsShowChangelogsStatement. setTable(SQLExprTableSource x)voidOdpsUndoTableStatement. setTable(SQLExprTableSource table) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Subclasses of SQLExprTableSource in com.alibaba.druid.sql.dialect.oracle.ast.stmt Modifier and Type Class Description classOracleSelectTableReferenceMethods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceOracleLockTableStatement. getTable()Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLExprTableSource Modifier and Type Method Description voidOracleLockTableStatement. setTable(SQLExprTableSource table) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.oracle.visitor
Methods in com.alibaba.druid.sql.dialect.oracle.visitor with parameters of type SQLExprTableSource Modifier and Type Method Description booleanOracleOutputVisitor. visit(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Subclasses of SQLExprTableSource in com.alibaba.druid.sql.dialect.oscar.ast.stmt Modifier and Type Class Description classOscarFunctionTableSource -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.oscar.visitor
Methods in com.alibaba.druid.sql.dialect.oscar.visitor with parameters of type SQLExprTableSource Modifier and Type Method Description booleanOscarPermissionOutputVisitor. visit(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Subclasses of SQLExprTableSource in com.alibaba.druid.sql.dialect.postgresql.ast.stmt Modifier and Type Class Description classPGFunctionTableSourceMethods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return types with arguments of type SQLExprTableSource Modifier and Type Method Description List<SQLExprTableSource>PGAnalyzeStatement. getTableSources()List<SQLExprTableSource>PGVacuumStatement. getTableSources()Method parameters in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with type arguments of type SQLExprTableSource Modifier and Type Method Description voidPGAnalyzeStatement. setTableSources(List<SQLExprTableSource> tableSources)voidPGVacuumStatement. setTableSources(List<SQLExprTableSource> tableSources) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.spark.ast
Fields in com.alibaba.druid.sql.dialect.spark.ast declared as SQLExprTableSource Modifier and Type Field Description protected SQLExprTableSourceSparkCreateTableStatement. datasourceMethods in com.alibaba.druid.sql.dialect.spark.ast that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceSparkCreateTableStatement. getDatasource()Getter method for property datasource. -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.spark.ast.stmt
Methods in com.alibaba.druid.sql.dialect.spark.ast.stmt that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceSparkCreateScanStatement. getOn()Methods in com.alibaba.druid.sql.dialect.spark.ast.stmt with parameters of type SQLExprTableSource Modifier and Type Method Description voidSparkCreateScanStatement. setOn(SQLExprTableSource on) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.sqlserver.ast
Fields in com.alibaba.druid.sql.dialect.sqlserver.ast declared as SQLExprTableSource Modifier and Type Field Description protected SQLExprTableSourceSQLServerOutput. intoMethods in com.alibaba.druid.sql.dialect.sqlserver.ast that return SQLExprTableSource Modifier and Type Method Description SQLExprTableSourceSQLServerOutput. getInto()Methods in com.alibaba.druid.sql.dialect.sqlserver.ast with parameters of type SQLExprTableSource Modifier and Type Method Description voidSQLServerOutput. setInto(SQLExprTableSource into) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.dialect.sqlserver.visitor
Methods in com.alibaba.druid.sql.dialect.sqlserver.visitor with parameters of type SQLExprTableSource Modifier and Type Method Description booleanSQLServerOutputVisitor. visit(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLExprTableSource Modifier and Type Method Description protected SQLExprTableSourceSQLSelectParser. getTableSource()Methods in com.alibaba.druid.sql.parser with parameters of type SQLExprTableSource Modifier and Type Method Description protected voidSQLSelectParser. parseTableSourceQueryTableExpr(SQLExprTableSource tableReference) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLExprTableSource Modifier and Type Method Description SchemaObjectSchemaRepository. findTable(SQLExprTableSource x)default booleanSchemaResolveVisitor. visit(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLExprTableSource Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLExprTableSource x)TableStatSchemaStatVisitor. getTableStat(SQLExprTableSource tableSource)protected booleanSchemaStatVisitor. isSimpleExprTableSource(SQLExprTableSource x)booleanSchemaStatVisitor. visit(SQLExprTableSource x)booleanSQLASTOutputVisitor. visit(SQLExprTableSource x)default booleanSQLASTVisitor. visit(SQLExprTableSource x)booleanSQLTableAliasCollectVisitor. visit(SQLExprTableSource x)Method parameters in com.alibaba.druid.sql.visitor with type arguments of type SQLExprTableSource Modifier and Type Method Description static SQLASTVisitorSQLASTVisitor. ofExprTableSource(Consumer<SQLExprTableSource> h) -
Uses of SQLExprTableSource in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLExprTableSource Modifier and Type Method Description booleanCalciteMySqlNodeVisitor. visit(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLExprTableSource Modifier and Type Method Description default booleanWallVisitor. visit(SQLExprTableSource x) -
Uses of SQLExprTableSource in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi with parameters of type SQLExprTableSource Modifier and Type Method Description static booleanWallVisitorUtils. check(WallVisitor visitor, SQLExprTableSource x)
-