Modifier and Type | Class and Description |
---|---|
class |
SQLExprTableSource |
class |
SQLJoinTableSource |
class |
SQLSubqueryTableSource |
class |
SQLTableSourceImpl |
class |
SQLUnionQueryTableSource |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
SQLUpdateStatement.getFrom() |
SQLTableSource |
SQLSelectQueryBlock.getFrom() |
SQLTableSource |
SQLDeleteStatement.getFrom() |
SQLTableSource |
SQLMergeStatement.getInto() |
SQLTableSource |
SQLJoinTableSource.getLeft() |
SQLTableSource |
SQLJoinTableSource.getRight() |
SQLTableSource |
SQLCreateIndexStatement.getTable() |
SQLTableSource |
SQLUpdateStatement.getTableSource() |
SQLTableSource |
SQLDeleteStatement.getTableSource() |
SQLTableSource |
SQLMergeStatement.getUsing() |
Modifier and Type | Method and Description |
---|---|
void |
SQLUpdateStatement.setFrom(SQLTableSource from) |
void |
SQLSelectQueryBlock.setFrom(SQLTableSource from) |
void |
SQLDeleteStatement.setFrom(SQLTableSource from) |
void |
SQLMergeStatement.setInto(SQLTableSource into) |
void |
SQLJoinTableSource.setLeft(SQLTableSource left) |
void |
SQLJoinTableSource.setRight(SQLTableSource right) |
void |
SQLCreateIndexStatement.setTable(SQLTableSource table) |
void |
SQLUpdateStatement.setTableSource(SQLTableSource tableSource) |
void |
SQLDeleteStatement.setTableSource(SQLTableSource tableSource) |
void |
SQLMergeStatement.setUsing(SQLTableSource using) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlUpdateTableSource |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
MySqlDeleteStatement.getUsing() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlDeleteStatement.setUsing(SQLTableSource using) |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
MySqlSelectParser.parseTableSource() |
Modifier and Type | Class and Description |
---|---|
class |
OdpsLateralViewTableSource |
class |
OdpsValuesTableSource
Created by wenshao on 23/02/2017.
|
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
OdpsInsertStatement.getFrom() |
SQLTableSource |
OdpsSetLabelStatement.getTable() |
SQLTableSource |
OdpsLateralViewTableSource.getTableSource() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsInsertStatement.setFrom(SQLTableSource from) |
void |
OdpsSetLabelStatement.setTable(SQLTableSource table) |
void |
OdpsLateralViewTableSource.setTableSource(SQLTableSource tableSource) |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
OdpsSelectParser.parseTableSource() |
Modifier and Type | Interface and Description |
---|---|
interface |
OracleSelectTableSource |
Modifier and Type | Class and Description |
---|---|
class |
OracleSelectJoin |
class |
OracleSelectSubqueryTableSource |
class |
OracleSelectTableReference |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
OracleSelectParser.parseTableSource() |
Modifier and Type | Class and Description |
---|---|
class |
PGFunctionTableSource |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
SQLSelectParser.parseTableSource() |
Modifier and Type | Method and Description |
---|---|
static void |
WallVisitorUtils.checkReadOnly(WallVisitor visitor,
SQLTableSource tableSource) |
static boolean |
WallVisitorUtils.isSimpleCountTableSource(WallVisitor visitor,
SQLTableSource tableSource) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.