| Modifier and Type | Method and Description |
|---|---|
static SQLSelectOrderByItem |
SQLUtils.toOrderByItem(String sql,
String dbType) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSelectOrderByItem> |
SQLOrderBy.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLOrderBy.addItem(SQLSelectOrderByItem item) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSelectOrderByItem> |
SQLCreateIndexStatement.getItems() |
List<SQLSelectOrderByItem> |
SQLAlterTableAddIndex.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLCreateIndexStatement.addItem(SQLSelectOrderByItem item) |
void |
SQLAlterTableAddIndex.addItem(SQLSelectOrderByItem item) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSelectOrderByItem> |
OdpsSelectQueryBlock.getSortBy() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSelectOrderByItem> |
SearchClause.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchClause.addItem(SQLSelectOrderByItem item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleOutputVisitor.visit(SQLSelectOrderByItem x) |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectOrderByItem |
SQLExprParser.parseSelectOrderByItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLSelectOrderByItem x) |
void |
SQLASTVisitor.endVisit(SQLSelectOrderByItem x) |
boolean |
SQLASTVisitorAdapter.visit(SQLSelectOrderByItem x) |
boolean |
SQLASTVisitor.visit(SQLSelectOrderByItem x) |
boolean |
SQLASTOutputVisitor.visit(SQLSelectOrderByItem x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.