Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.enums.OrderDirection
-
Packages that use OrderDirection Package Description org.apache.shardingsphere.sql.parser.sql.common.enums org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item -
-
Uses of OrderDirection in org.apache.shardingsphere.sql.parser.sql.common.enums
Methods in org.apache.shardingsphere.sql.parser.sql.common.enums that return OrderDirection Modifier and Type Method Description static OrderDirectionOrderDirection. 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. -
Uses of OrderDirection in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item
Constructors in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item with parameters of type OrderDirection Constructor Description ColumnOrderByItemSegment(ColumnSegment column, OrderDirection orderDirection, NullsOrderType nullsOrderType)ExpressionOrderByItemSegment(int startIndex, int stopIndex, String expression, OrderDirection orderDirection, NullsOrderType nullsOrderType)ExpressionOrderByItemSegment(int startIndex, int stopIndex, String expression, OrderDirection orderDirection, NullsOrderType nullsOrderType, ExpressionSegment expr)IndexOrderByItemSegment(int startIndex, int stopIndex, int columnIndex, OrderDirection orderDirection, NullsOrderType nullsOrderType)TextOrderByItemSegment(int startIndex, int stopIndex, OrderDirection orderDirection, NullsOrderType nullsOrderType)
-