Modifier and Type | Method and Description |
---|---|
static String |
PagerUtils.limit(SQLSelect select,
String dbType,
int offset,
int count) |
Modifier and Type | Field and Description |
---|---|
SQLSelect |
SQLSomeExpr.subQuery |
SQLSelect |
SQLQueryExpr.subQuery |
SQLSelect |
SQLInSubQueryExpr.subQuery |
SQLSelect |
SQLExistsExpr.subQuery |
SQLSelect |
SQLAnyExpr.subQuery |
SQLSelect |
SQLAllExpr.subQuery |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
SQLSomeExpr.getSubQuery() |
SQLSelect |
SQLQueryExpr.getSubQuery() |
SQLSelect |
SQLInSubQueryExpr.getSubQuery() |
SQLSelect |
SQLExistsExpr.getSubQuery() |
SQLSelect |
SQLAnyExpr.getSubQuery() |
SQLSelect |
SQLAllExpr.getSubQuery() |
Modifier and Type | Method and Description |
---|---|
void |
SQLSomeExpr.setSubQuery(SQLSelect subQuery) |
void |
SQLQueryExpr.setSubQuery(SQLSelect subQuery) |
void |
SQLInSubQueryExpr.setSubQuery(SQLSelect subQuery) |
void |
SQLExistsExpr.setSubQuery(SQLSelect subQuery) |
void |
SQLAnyExpr.setSubQuery(SQLSelect subQuery) |
void |
SQLAllExpr.setSubQuery(SQLSelect subQuery) |
Constructor and Description |
---|
SQLAllExpr(SQLSelect select) |
SQLAnyExpr(SQLSelect select) |
SQLExistsExpr(SQLSelect subQuery) |
SQLExistsExpr(SQLSelect subQuery,
boolean not) |
SQLInSubQueryExpr(SQLSelect select) |
SQLQueryExpr(SQLSelect select) |
SQLSomeExpr(SQLSelect select) |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
SQLInsertInto.getQuery() |
SQLSelect |
SQLSubqueryTableSource.getSelect() |
SQLSelect |
SQLSelectStatement.getSelect() |
SQLSelect |
SQLCreateTableStatement.getSelect() |
SQLSelect |
SQLWithSubqueryClause.Entry.getSubQuery() |
SQLSelect |
SQLCreateViewStatement.getSubQuery() |
Modifier and Type | Method and Description |
---|---|
void |
SQLInsertInto.setQuery(SQLSelect query) |
void |
SQLSubqueryTableSource.setSelect(SQLSelect select) |
void |
SQLSelectStatement.setSelect(SQLSelect select) |
void |
SQLCreateTableStatement.setSelect(SQLSelect select) |
void |
SQLWithSubqueryClause.Entry.setSubQuery(SQLSelect subQuery) |
void |
SQLCreateViewStatement.setSubQuery(SQLSelect subQuery) |
Constructor and Description |
---|
SQLSelectStatement(SQLSelect select) |
SQLSelectStatement(SQLSelect select,
String dbType) |
SQLSubqueryTableSource(SQLSelect select) |
SQLSubqueryTableSource(SQLSelect select,
String alias) |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
SQLSelectBuilderImpl.getSQLSelect() |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
MySqlSelectIntoStatement.getSelect() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlSelectIntoStatement.setSelect(SQLSelect select) |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
MySqlCreateTableStatement.getQuery()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MySqlCreateTableStatement.setQuery(SQLSelect query)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SQLSelect |
OdpsInsert.getQuery() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsInsert.setQuery(SQLSelect query) |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
ModelClause.ReferenceModelClause.getSubQuery() |
Modifier and Type | Method and Description |
---|---|
void |
ModelClause.ReferenceModelClause.setSubQuery(SQLSelect subQuery) |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
OracleCursorExpr.getQuery() |
Modifier and Type | Method and Description |
---|---|
void |
OracleCursorExpr.setQuery(SQLSelect query) |
Constructor and Description |
---|
OracleCursorExpr(SQLSelect query) |
Modifier and Type | Class and Description |
---|---|
class |
OracleSelect |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
OracleMultiInsertStatement.getSubQuery() |
Modifier and Type | Method and Description |
---|---|
void |
OracleMultiInsertStatement.setSubQuery(SQLSelect subQuery) |
Constructor and Description |
---|
OracleSelectSubqueryTableSource(SQLSelect select) |
OracleSelectSubqueryTableSource(SQLSelect select,
String alias) |
Modifier and Type | Method and Description |
---|---|
void |
OracleSchemaStatVisitor.endVisit(SQLSelect x) |
boolean |
OracleOutputVisitor.visit(SQLSelect x) |
Constructor and Description |
---|
PGSelectStatement(SQLSelect select) |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerSelect |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
SQLServerSelectParser.select() |
Modifier and Type | Method and Description |
---|---|
SQLSelect |
SQLSelectParser.select() |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLSelect select) |
void |
SQLASTVisitor.endVisit(SQLSelect select) |
void |
SchemaStatVisitor.endVisit(SQLSelect x) |
boolean |
SQLASTVisitorAdapter.visit(SQLSelect x) |
boolean |
SQLASTVisitor.visit(SQLSelect x) |
boolean |
SQLASTOutputVisitor.visit(SQLSelect x) |
boolean |
SchemaStatVisitor.visit(SQLSelect x) |
Modifier and Type | Method and Description |
---|---|
static boolean |
WallVisitorUtils.isSimpleCaseTableSource(WallVisitor visitor,
SQLSelect select) |
static boolean |
WallVisitorUtils.isSimpleCountTableSource(WallVisitor visitor,
SQLSelect select) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.