Modifier and Type | Method and Description |
---|---|
static SQLTableSource |
SQLTransformUtils.transformOracleToPostgresql(SQLTableSource x) |
Modifier and Type | Method and Description |
---|---|
static SQLTableSource |
SQLTransformUtils.transformOracleToPostgresql(SQLTableSource x) |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
SQLPropertyExpr.getResolvedTableSource() |
SQLTableSource |
SQLIdentifierExpr.getResolvedTableSource() |
SQLTableSource |
SQLAllColumnExpr.getResolvedTableSource() |
Modifier and Type | Method and Description |
---|---|
void |
SQLPropertyExpr.setResolvedTableSource(SQLTableSource resolvedTableSource) |
void |
SQLIdentifierExpr.setResolvedTableSource(SQLTableSource resolvedTableSource) |
void |
SQLAllColumnExpr.setResolvedTableSource(SQLTableSource resolvedTableSource) |
Modifier and Type | Class and Description |
---|---|
class |
SQLExprTableSource |
class |
SQLJoinTableSource |
class |
SQLLateralViewTableSource |
class |
SQLSubqueryTableSource |
class |
SQLTableSourceImpl |
class |
SQLUnionQueryTableSource |
static class |
SQLWithSubqueryClause.Entry |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
SQLTableSourceImpl.clone() |
SQLTableSource |
SQLTableSource.clone() |
SQLTableSource |
SQLTableSourceImpl.findTableSource(long alias_hash) |
SQLTableSource |
SQLTableSource.findTableSource(long alias_hash) |
SQLTableSource |
SQLLateralViewTableSource.findTableSource(long alias_hash) |
SQLTableSource |
SQLJoinTableSource.findTableSource(long alias_hash) |
SQLTableSource |
SQLExprTableSource.findTableSource(long alias_hash) |
SQLTableSource |
SQLTableSourceImpl.findTableSource(String alias) |
SQLTableSource |
SQLTableSource.findTableSource(String alias) |
SQLTableSource |
SQLSelectQueryBlock.findTableSource(String alias) |
SQLTableSource |
SQLWithSubqueryClause.Entry.findTableSourceWithColumn(long columnNameHash) |
SQLTableSource |
SQLTableSourceImpl.findTableSourceWithColumn(long columnNameHash) |
SQLTableSource |
SQLTableSource.findTableSourceWithColumn(long columnName_hash) |
SQLTableSource |
SQLSubqueryTableSource.findTableSourceWithColumn(long columnNameHash) |
SQLTableSource |
SQLSelectQueryBlock.findTableSourceWithColumn(long columnHash) |
SQLTableSource |
SQLLateralViewTableSource.findTableSourceWithColumn(long columnNameHash) |
SQLTableSource |
SQLJoinTableSource.findTableSourceWithColumn(long columnNameHash) |
SQLTableSource |
SQLExprTableSource.findTableSourceWithColumn(long columnName_hash) |
SQLTableSource |
SQLTableSourceImpl.findTableSourceWithColumn(String columnName) |
SQLTableSource |
SQLTableSource.findTableSourceWithColumn(String columnName) |
SQLTableSource |
SQLSubqueryTableSource.findTableSourceWithColumn(String columnName) |
SQLTableSource |
SQLSelectQueryBlock.findTableSourceWithColumn(String column) |
SQLTableSource |
SQLJoinTableSource.findTableSourceWithColumn(String columnName) |
SQLTableSource |
SQLExprTableSource.findTableSourceWithColumn(String columnName) |
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 |
SQLLateralViewTableSource.getTableSource() |
SQLTableSource |
SQLDeleteStatement.getTableSource() |
SQLTableSource |
SQLMergeStatement.getUsing() |
SQLTableSource |
SQLDeleteStatement.getUsing() |
SQLTableSource |
SQLJoinTableSource.other(SQLTableSource x) |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLJoinTableSource.contains(SQLTableSource tableSource,
SQLExpr condition) |
boolean |
SQLJoinTableSource.contains(SQLTableSource tableSource,
SQLExpr condition,
SQLJoinTableSource.JoinType joinType) |
SQLJoinTableSource |
SQLJoinTableSource.findJoin(SQLTableSource tableSource,
SQLJoinTableSource.JoinType joinType) |
SQLJoinTableSource |
SQLJoinTableSource.join(SQLTableSource right,
SQLJoinTableSource.JoinType joinType,
SQLExpr condition) |
SQLTableSource |
SQLJoinTableSource.other(SQLTableSource x) |
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 |
SQLLateralViewTableSource.setTableSource(SQLTableSource tableSource) |
void |
SQLDeleteStatement.setTableSource(SQLTableSource tableSource) |
void |
SQLMergeStatement.setUsing(SQLTableSource using) |
void |
SQLDeleteStatement.setUsing(SQLTableSource using) |
Constructor and Description |
---|
SQLJoinTableSource(SQLTableSource left,
SQLJoinTableSource.JoinType joinType,
SQLTableSource right,
SQLExpr condition) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlUpdateTableSource |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
MySqlSelectParser.parseTableSource() |
Modifier and Type | Class and Description |
---|---|
class |
OdpsValuesTableSource
Created by wenshao on 23/02/2017.
|
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
OdpsInsertStatement.getFrom() |
SQLTableSource |
OdpsSetLabelStatement.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsInsertStatement.setFrom(SQLTableSource from) |
void |
OdpsSetLabelStatement.setTable(SQLTableSource table) |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
OdpsSelectParser.parseTableSource() |
Modifier and Type | Class and Description |
---|---|
class |
OracleWithSubqueryEntry |
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 |
---|---|
SQLJoinTableSource |
OracleSelectJoin.join(SQLTableSource right,
SQLJoinTableSource.JoinType joinType,
SQLExpr condition) |
Constructor and Description |
---|
OracleSelectJoin(SQLTableSource left,
SQLJoinTableSource.JoinType joinType,
SQLTableSource right,
SQLExpr condition) |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
OracleSelectParser.parseTableSource() |
SQLTableSource |
OracleSelectParser.parseTableSourcePrimary() |
Modifier and Type | Class and Description |
---|---|
class |
PGFunctionTableSource |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
SQLSelectParser.parseTableSource() |
Modifier and Type | Method and Description |
---|---|
SQLTableSource |
SchemaResolveVisitor.Context.getFrom() |
SQLTableSource |
SchemaResolveVisitor.Context.getTableSource() |
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.