| Modifier and Type | Method and Description |
|---|---|
List<SQLExprTableSource> |
SQLAnalyzeTableStatement.getTables() |
List<SQLExprTableSource> |
SQLOptimizeStatement.getTableSources() |
List<SQLExprTableSource> |
SQLDropViewStatement.getTableSources() |
List<SQLExprTableSource> |
SQLDropTableStatement.getTableSources() |
List<SQLExprTableSource> |
SQLTruncateStatement.getTableSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLDropViewStatement.addPartition(SQLExprTableSource tableSource) |
void |
SQLDropTableStatement.addPartition(SQLExprTableSource tableSource) |
void |
SQLOptimizeStatement.addTableSource(SQLExprTableSource tableSource) |
void |
SQLDropViewStatement.addTableSource(SQLExprTableSource tableSource) |
void |
SQLDropTableStatement.addTableSource(SQLExprTableSource tableSource) |
void |
SQLExprTableSource.cloneTo(SQLExprTableSource x) |
void |
SQLCloneTableStatement.setFrom(SQLExprTableSource x) |
void |
SQLCreateTableStatement.setInherits(SQLExprTableSource inherits) |
void |
SQLDumpStatement.setInto(SQLExprTableSource x) |
void |
SQLSelectQueryBlock.setInto(SQLExprTableSource into) |
void |
SQLCreateTableStatement.setLike(SQLExprTableSource like) |
void |
SQLCommentStatement.setOn(SQLExprTableSource on) |
void |
SQLCreateTriggerStatement.setOn(SQLExprTableSource on) |
void |
SQLForeignKeyImpl.setReferencedTable(SQLExprTableSource x) |
void |
SQLExportTableStatement.setTable(SQLExprTableSource x) |
void |
SQLAlterIndexStatement.setTable(SQLExprTableSource x) |
void |
SQLTableLike.setTable(SQLExprTableSource x) |
void |
SQLShowACLStatement.setTable(SQLExprTableSource x) |
void |
SQLAnalyzeTableStatement.setTable(SQLExprTableSource table) |
void |
SQLPurgeTableStatement.setTable(SQLExprTableSource x) |
void |
SQLShowIndexesStatement.setTable(SQLExprTableSource table) |
void |
SQLCopyFromStatement.setTable(SQLExprTableSource x) |
void |
SQLAlterTableExchangePartition.setTable(SQLExprTableSource x) |
void |
SQLImportTableStatement.setTable(SQLExprTableSource x) |
void |
SQLShowHistoryStatement.setTable(SQLExprTableSource x) |
void |
SQLDropIndexStatement.setTableName(SQLExprTableSource tableName) |
void |
SQLReplaceStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLShowStatisticStmt.setTableSource(SQLExprTableSource tableSource) |
void |
SQLInsertInto.setTableSource(SQLExprTableSource tableSource) |
void |
SQLShowPartitionsStmt.setTableSource(SQLExprTableSource tableSource) |
void |
SQLCreateViewStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLAlterTableStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLCreateTableStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLAlterViewStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLShowStatisticListStmt.setTableSource(SQLExprTableSource tableSource) |
void |
SQLCloneTableStatement.setTo(SQLExprTableSource to) |
void |
SQLAlterTableRename.setTo(SQLExprTableSource to) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLTruncateStatement.setTableSources(List<SQLExprTableSource> tableSources) |
| Constructor and Description |
|---|
SQLDropTableStatement(SQLExprTableSource tableSource) |
SQLDropTableStatement(SQLExprTableSource tableSource,
DbType dbType) |
SQLDropViewStatement(SQLExprTableSource tableSource) |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
AntsparkCreateTableStatement.getDatasource()
Getter method for property datasource.
|
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
HiveInsert.getTableSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveInsert.setTableSource(SQLExprTableSource tableSource) |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
HiveLoadDataStatement.getInto() |
SQLExprTableSource |
HiveMsckRepairStatement.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveLoadDataStatement.setInto(SQLExprTableSource x) |
void |
HiveMsckRepairStatement.setTable(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
MySqlLockTableStatement.Item.getTableSource() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLExprTableSource> |
MySqlFlushStatement.getTables() |
List<SQLExprTableSource> |
MySqlCheckTableStatement.getTables() |
List<SQLExprTableSource> |
MySqlChecksumTableStatement.getTables() |
List<SQLExprTableSource> |
MySqlOptimizeStatement.getTableSources() |
List<SQLExprTableSource> |
MySqlAnalyzeStatement.getTableSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlFlushStatement.addTable(SQLExprTableSource table) |
void |
MySqlCheckTableStatement.addTable(SQLExprTableSource table) |
void |
MySqlChecksumTableStatement.addTable(SQLExprTableSource table) |
void |
MySqlOptimizeStatement.addTableSource(SQLExprTableSource tableSource) |
void |
MySqlAnalyzeStatement.addTableSource(SQLExprTableSource tableSource) |
void |
MySqlLockTableStatement.Item.setTableSource(SQLExprTableSource tableSource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlOutputVisitor.visit(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FromSubqueryResolver.visit(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
OdpsCreateTableStatement.getLike() |
SQLExprTableSource |
OdpsUndoTableStatement.getTable() |
SQLExprTableSource |
OdpsShowChangelogsStatement.getTable() |
SQLExprTableSource |
OdpsAddStatisticStatement.getTable() |
SQLExprTableSource |
OdpsReadStatement.getTable() |
SQLExprTableSource |
OdpsExstoreStatement.getTable() |
SQLExprTableSource |
OdpsCountStatement.getTable() |
SQLExprTableSource |
OdpsRemoveStatisticStatement.getTable() |
SQLExprTableSource |
OdpsRestoreStatement.getTable() |
SQLExprTableSource |
OdpsAddTableStatement.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdpsCreateTableStatement.setLike(SQLExprTableSource like) |
void |
OdpsUndoTableStatement.setTable(SQLExprTableSource table) |
void |
OdpsShowChangelogsStatement.setTable(SQLExprTableSource x) |
void |
OdpsAddStatisticStatement.setTable(SQLExprTableSource table) |
void |
OdpsReadStatement.setTable(SQLExprTableSource table) |
void |
OdpsExstoreStatement.setTable(SQLExprTableSource x) |
void |
OdpsCountStatement.setTable(SQLExprTableSource table) |
void |
OdpsRemoveStatisticStatement.setTable(SQLExprTableSource table) |
void |
OdpsRestoreStatement.setTable(SQLExprTableSource table) |
void |
OdpsAddTableStatement.setTable(SQLExprTableSource table) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleSelectTableReference |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
OracleLockTableStatement.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleLockTableStatement.setTable(SQLExprTableSource table) |
| Modifier and Type | Class and Description |
|---|---|
class |
PGFunctionTableSource |
| Modifier and Type | Method and Description |
|---|---|
SQLExprTableSource |
SQLServerOutput.getInto() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLServerOutput.setInto(SQLExprTableSource into) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLServerOutputVisitor.visit(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
SchemaObject |
SchemaRepository.findTable(SQLExprTableSource x) |
default boolean |
SchemaResolveVisitor.visit(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLRefactorVisitor.visit(SQLExprTableSource x) |
boolean |
SQLUnifiedVisitor.visit(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLExprTableSource x) |
TableStat |
SchemaStatVisitor.getTableStat(SQLExprTableSource tableSource) |
boolean |
SQLASTOutputVisitor.visit(SQLExprTableSource x) |
boolean |
SQLTableAliasCollectVisitor.visit(SQLExprTableSource x) |
default boolean |
SQLASTVisitor.visit(SQLExprTableSource x) |
boolean |
SchemaStatVisitor.visit(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CalciteMySqlNodeVisitor.visit(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
WallVisitor.visit(SQLExprTableSource x) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WallVisitorUtils.check(WallVisitor visitor,
SQLExprTableSource x) |
Copyright © 2013–2022 Alibaba Group. All rights reserved.