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> |
SQLCreateIndexStatement.getItems() |
List<SQLSelectOrderByItem> |
SQLAlterTableAddIndex.getItems() |
List<SQLSelectOrderByItem> |
SQLSelectQueryBlock.getSortBy() |
Modifier and Type | Method and Description |
---|---|
void |
SQLUnique.addColumn(SQLSelectOrderByItem column) |
void |
SQLCreateIndexStatement.addItem(SQLSelectOrderByItem item) |
void |
SQLAlterTableAddIndex.addItem(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 |
SQLASTVisitor.visit(SQLSelectOrderByItem x) |
boolean |
SQLASTOutputVisitor.visit(SQLSelectOrderByItem x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.