| 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(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlSelectQueryBlock |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
MySqlSelectIntoParser.query() |
SQLSelectQuery |
MySqlSelectParser.query(SQLObject parent,
boolean acceptUnion) |
| 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(SQLObject parent,
boolean acceptUnion) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
SQLSelectParser.query() |
SQLSelectQuery |
SQLSelectParser.query(SQLObject parent) |
SQLSelectQuery |
SQLSelectParser.query(SQLObject parent,
boolean acceptUnion) |
SQLSelectQuery |
SQLSelectParser.queryRest(SQLSelectQuery selectQuery) |
SQLSelectQuery |
SQLSelectParser.queryRest(SQLSelectQuery selectQuery,
boolean acceptUnion) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
SQLSelectParser.queryRest(SQLSelectQuery selectQuery) |
SQLSelectQuery |
SQLSelectParser.queryRest(SQLSelectQuery selectQuery,
boolean acceptUnion) |
| 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–2018 Alibaba Group. All rights reserved.