| Package | Description |
|---|---|
| org.apache.shardingsphere.sql.parser.sql.constant | |
| org.apache.shardingsphere.sql.parser.sql.segment.dml.order.item |
| Modifier and Type | Method and Description |
|---|---|
static OrderDirection |
OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderDirection[] |
OrderDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnOrderByItemSegment(ColumnSegment column,
OrderDirection orderDirection) |
ColumnOrderByItemSegment(ColumnSegment column,
OrderDirection orderDirection,
OrderDirection nullOrderDirection) |
ExpressionOrderByItemSegment(int startIndex,
int stopIndex,
String expression,
OrderDirection orderDirection) |
ExpressionOrderByItemSegment(int startIndex,
int stopIndex,
String expression,
OrderDirection orderDirection,
OrderDirection nullOrderDirection) |
IndexOrderByItemSegment(int startIndex,
int stopIndex,
int columnIndex,
OrderDirection orderDirection) |
IndexOrderByItemSegment(int startIndex,
int stopIndex,
int columnIndex,
OrderDirection orderDirection,
OrderDirection nullOrderDirection) |
TextOrderByItemSegment(int startIndex,
int stopIndex,
OrderDirection orderDirection,
OrderDirection nullOrderDirection) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.