| 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 |
|---|---|
SQLSelectOrderByItem |
SQLSelectOrderByItem.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSelectOrderByItem> |
SQLUniqueConstraint.getColumns() |
List<SQLSelectOrderByItem> |
SQLUnique.getColumns() |
List<SQLSelectOrderByItem> |
SQLAlterTableAddIndex.getItems() |
List<SQLSelectOrderByItem> |
SQLCreateIndexStatement.getItems() |
List<SQLSelectOrderByItem> |
SQLSelectQueryBlock.getSortBy() |
List<SQLSelectOrderByItem> |
SQLCreateTableStatement.getSortedBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLUnique.addColumn(SQLSelectOrderByItem column) |
void |
SQLAlterTableAddIndex.addItem(SQLSelectOrderByItem item) |
void |
SQLCreateIndexStatement.addItem(SQLSelectOrderByItem item) |
void |
SQLSelectQueryBlock.addSortBy(SQLSelectOrderByItem item) |
void |
SQLCreateTableStatement.addSortedByItem(SQLSelectOrderByItem item) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSelectOrderByItem> |
MySqlTableIndex.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlTableIndex.addColumn(SQLSelectOrderByItem column) |
| 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 |
SQLExprParser.orderBy(List<SQLSelectOrderByItem> items,
SQLObject parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLSelectOrderByItem x) |
void |
SQLASTVisitor.endVisit(SQLSelectOrderByItem x) |
boolean |
SQLASTVisitorAdapter.visit(SQLSelectOrderByItem x) |
boolean |
SQLASTOutputVisitor.visit(SQLSelectOrderByItem x) |
boolean |
SQLASTVisitor.visit(SQLSelectOrderByItem x) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.