Modifier and Type | Class and Description |
---|---|
class |
SQLSelectQueryBlock |
class |
SQLUnionQuery |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
SQLSelectQuery.clone() |
SQLSelectQuery |
SQLUnionQuery.getLeft() |
SQLSelectQuery |
SQLSelect.getQuery() |
SQLSelectQuery |
SQLUnionQuery.getRight() |
Modifier and Type | Method and Description |
---|---|
void |
SQLUnionQuery.setLeft(SQLSelectQuery left) |
void |
SQLSelect.setQuery(SQLSelectQuery query) |
void |
SQLInsertInto.setQuery(SQLSelectQuery query) |
void |
SQLUnionQuery.setRight(SQLSelectQuery right) |
Constructor and Description |
---|
SQLSelect(SQLSelectQuery query) |
SQLSubqueryTableSource(SQLSelectQuery query) |
SQLUnionQuery(SQLSelectQuery left,
SQLUnionOperator operator,
SQLSelectQuery right) |
Modifier and Type | Class and Description |
---|---|
class |
DB2SelectQueryBlock |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
DB2SelectParser.query() |
Modifier and Type | Class and Description |
---|---|
class |
MySqlSelectQueryBlock |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
MySqlSelectParser.query() |
SQLSelectQuery |
MySqlSelectIntoParser.query() |
Modifier and Type | Class and Description |
---|---|
class |
OdpsSelectQueryBlock |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
OdpsSelectParser.query() |
Modifier and Type | Class and Description |
---|---|
class |
OracleSelectQueryBlock |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
OracleSelectParser.query() |
SQLSelectQuery |
OracleSelectParser.queryRest(SQLSelectQuery selectQuery) |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
OracleSelectParser.queryRest(SQLSelectQuery selectQuery) |
Modifier and Type | Class and Description |
---|---|
class |
PGSelectQueryBlock |
class |
PGValuesQuery |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
PGSelectParser.query() |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerSelectQueryBlock |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
SQLServerSelectParser.query() |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
SQLSelectParser.query() |
SQLSelectQuery |
SQLSelectParser.queryRest(SQLSelectQuery selectQuery) |
Modifier and Type | Method and Description |
---|---|
SQLSelectQuery |
SQLSelectParser.queryRest(SQLSelectQuery selectQuery) |
Modifier and Type | Method and Description |
---|---|
static boolean |
WallVisitorUtils.queryBlockFromIsNull(WallVisitor visitor,
SQLSelectQuery query) |
static boolean |
WallVisitorUtils.queryBlockFromIsNull(WallVisitor visitor,
SQLSelectQuery query,
boolean checkSelectConst) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.