Modifier and Type | Method and Description |
---|---|
SQLOrderBy |
SQLOrderBy.clone() |
SQLOrderBy |
SQLOver.getOrderBy() |
SQLOrderBy |
SQLKeep.getOrderBy() |
Modifier and Type | Method and Description |
---|---|
void |
SQLOver.setOrderBy(SQLOrderBy orderBy) |
void |
SQLKeep.setOrderBy(SQLOrderBy orderBy) |
Constructor and Description |
---|
SQLOver(SQLOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
SQLOrderBy |
SQLAggregateExpr.getWithinGroup() |
Modifier and Type | Method and Description |
---|---|
void |
SQLAggregateExpr.setWithinGroup(SQLOrderBy withinGroup) |
Modifier and Type | Method and Description |
---|---|
SQLOrderBy |
SQLUpdateStatement.getOrderBy() |
SQLOrderBy |
SQLUnionQuery.getOrderBy() |
SQLOrderBy |
SQLSelectQueryBlock.getOrderBy() |
SQLOrderBy |
SQLSelect.getOrderBy() |
SQLOrderBy |
SQLSelectQueryBlock.getOrderBySiblings() |
Modifier and Type | Method and Description |
---|---|
void |
SQLUpdateStatement.setOrderBy(SQLOrderBy orderBy) |
void |
SQLUnionQuery.setOrderBy(SQLOrderBy orderBy) |
void |
SQLSelectQueryBlock.setOrderBy(SQLOrderBy orderBy) |
void |
SQLSelect.setOrderBy(SQLOrderBy orderBy) |
void |
SQLSelectQueryBlock.setOrderBySiblings(SQLOrderBy orderBySiblings) |
Modifier and Type | Method and Description |
---|---|
boolean |
DB2ExportParameterVisitor.visit(SQLOrderBy x) |
Modifier and Type | Method and Description |
---|---|
SQLOrderBy |
MySqlDeleteStatement.getOrderBy() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlDeleteStatement.setOrderBy(SQLOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlExportParameterVisitor.visit(SQLOrderBy x) |
Modifier and Type | Method and Description |
---|---|
SQLOrderBy |
OdpsSelectQueryBlock.getOrderBy() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsSelectQueryBlock.setOrderBy(SQLOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
boolean |
OdpsOutputVisitor.visit(SQLOrderBy x) |
Modifier and Type | Method and Description |
---|---|
SQLOrderBy |
ModelClause.CellAssignmentItem.getOrderBy() |
Modifier and Type | Method and Description |
---|---|
void |
ModelClause.CellAssignmentItem.setOrderBy(SQLOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
boolean |
OracleExportParameterVisitor.visit(SQLOrderBy x) |
Modifier and Type | Method and Description |
---|---|
SQLOrderBy |
PGSelectQueryBlock.getOrderBy() |
Modifier and Type | Method and Description |
---|---|
void |
PGSelectQueryBlock.setOrderBy(SQLOrderBy orderBy) |
Modifier and Type | Method and Description |
---|---|
boolean |
PGExportParameterVisitor.visit(SQLOrderBy x) |
Modifier and Type | Method and Description |
---|---|
boolean |
MSSQLServerExportParameterVisitor.visit(SQLOrderBy x) |
Modifier and Type | Method and Description |
---|---|
SQLOrderBy |
SQLSelectParser.parseOrderBy() |
SQLOrderBy |
SQLExprParser.parseOrderBy() |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLOrderBy x) |
void |
SQLASTVisitor.endVisit(SQLOrderBy x) |
boolean |
SQLASTVisitorAdapter.visit(SQLOrderBy x) |
boolean |
SQLASTVisitor.visit(SQLOrderBy x) |
boolean |
SQLASTOutputVisitor.visit(SQLOrderBy x) |
boolean |
SchemaStatVisitor.visit(SQLOrderBy x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.