Modifier and Type | Method and Description |
---|---|
List<SQLExprTableSource> |
SQLTruncateStatement.getTableSources() |
List<SQLExprTableSource> |
SQLDropViewStatement.getTableSources() |
List<SQLExprTableSource> |
SQLDropTableStatement.getTableSources() |
Modifier and Type | Method and Description |
---|---|
void |
SQLDropViewStatement.addPartition(SQLExprTableSource tableSource) |
void |
SQLDropTableStatement.addPartition(SQLExprTableSource tableSource) |
void |
SQLDropViewStatement.addTableSource(SQLExprTableSource tableSource) |
void |
SQLDropTableStatement.addTableSource(SQLExprTableSource tableSource) |
void |
SQLExprTableSource.cloneTo(SQLExprTableSource x) |
void |
SQLCreateTableStatement.setInherits(SQLExprTableSource inherits) |
void |
SQLSelectQueryBlock.setInto(SQLExprTableSource into) |
void |
SQLCreateTableStatement.setLike(SQLExprTableSource like) |
void |
SQLCreateTriggerStatement.setOn(SQLExprTableSource on) |
void |
SQLCommentStatement.setOn(SQLExprTableSource on) |
void |
SQLForeignKeyImpl.setReferencedTable(SQLExprTableSource x) |
void |
SQLDropIndexStatement.setTableName(SQLExprTableSource tableName) |
void |
SQLReplaceStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLInsertInto.setTableSource(SQLExprTableSource tableSource) |
void |
SQLCreateViewStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLCreateTableStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLAlterViewStatement.setTableSource(SQLExprTableSource tableSource) |
void |
SQLAlterTableStatement.setTableSource(SQLExprTableSource tableSource) |
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,
String dbType) |
SQLDropViewStatement(SQLExprTableSource tableSource) |
Modifier and Type | Method and Description |
---|---|
SQLExprTableSource |
MySqlLockTableStatement.getTableSource() |
Modifier and Type | Method and Description |
---|---|
List<SQLExprTableSource> |
MySqlFlushStatement.getTables() |
List<SQLExprTableSource> |
MySqlOptimizeStatement.getTableSources() |
List<SQLExprTableSource> |
MySqlAnalyzeStatement.getTableSources() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlFlushStatement.addTable(SQLExprTableSource table) |
void |
MySqlOptimizeStatement.addTableSource(SQLExprTableSource tableSource) |
void |
MySqlAnalyzeStatement.addTableSource(SQLExprTableSource tableSource) |
void |
MySqlLockTableStatement.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 |
OdpsRemoveStatisticStatement.getTable() |
SQLExprTableSource |
OdpsReadStatement.getTable() |
SQLExprTableSource |
OdpsAnalyzeTableStatement.getTable() |
SQLExprTableSource |
OdpsAddStatisticStatement.getTable() |
SQLExprTableSource |
OdpsShowStatisticStmt.getTableSource() |
SQLExprTableSource |
OdpsShowPartitionsStmt.getTableSource() |
SQLExprTableSource |
OdpsInsert.getTableSource() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsCreateTableStatement.setLike(SQLExprTableSource like) |
void |
OdpsRemoveStatisticStatement.setTable(SQLExprTableSource table) |
void |
OdpsReadStatement.setTable(SQLExprTableSource table) |
void |
OdpsAnalyzeTableStatement.setTable(SQLExprTableSource table) |
void |
OdpsAddStatisticStatement.setTable(SQLExprTableSource table) |
void |
OdpsShowStatisticStmt.setTableSource(SQLExprTableSource tableSource) |
void |
OdpsShowPartitionsStmt.setTableSource(SQLExprTableSource tableSource) |
void |
OdpsInsert.setTableSource(SQLExprTableSource tableSource) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLExprTableSource x) |
void |
SQLASTVisitor.endVisit(SQLExprTableSource x) |
TableStat |
SchemaStatVisitor.getTableStat(SQLExprTableSource tableSource) |
boolean |
SQLASTVisitorAdapter.visit(SQLExprTableSource x) |
boolean |
SQLASTVisitor.visit(SQLExprTableSource x) |
boolean |
SQLASTOutputVisitor.visit(SQLExprTableSource x) |
boolean |
SchemaStatVisitor.visit(SQLExprTableSource x) |
Modifier and Type | Method and Description |
---|---|
static boolean |
WallVisitorUtils.check(WallVisitor visitor,
SQLExprTableSource x) |
boolean |
SQLServerWallVisitor.visit(SQLExprTableSource x) |
boolean |
PGWallVisitor.visit(SQLExprTableSource x) |
boolean |
OracleWallVisitor.visit(SQLExprTableSource x) |
boolean |
MySqlWallVisitor.visit(SQLExprTableSource x) |
boolean |
DB2WallVisitor.visit(SQLExprTableSource x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.