Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.enums.NullsOrderType
-
Packages that use NullsOrderType Package Description org.apache.shardingsphere.sql.parser.sql.common.enums org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item -
-
Uses of NullsOrderType in org.apache.shardingsphere.sql.parser.sql.common.enums
Methods in org.apache.shardingsphere.sql.parser.sql.common.enums that return NullsOrderType Modifier and Type Method Description static NullsOrderTypeNullsOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static NullsOrderType[]NullsOrderType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NullsOrderType in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item that return NullsOrderType Modifier and Type Method Description NullsOrderTypeOrderByItemSegment. getNullsOrderType(String databaseType)Get nulls order type.Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item that return types with arguments of type NullsOrderType Modifier and Type Method Description Optional<NullsOrderType>OrderByItemSegment. getNullsOrderType()Get nulls order type.Constructors in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item with parameters of type NullsOrderType 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)
-