Uses of Enum
com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem.NullsOrderType
Packages that use SQLSelectOrderByItem.NullsOrderType
-
Uses of SQLSelectOrderByItem.NullsOrderType in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLSelectOrderByItem.NullsOrderTypeModifier and TypeFieldDescriptionprotected SQLSelectOrderByItem.NullsOrderTypeSQLSelectOrderByItem.nullsOrderTypeMethods in com.alibaba.druid.sql.ast.statement that return SQLSelectOrderByItem.NullsOrderTypeModifier and TypeMethodDescriptionSQLSelectOrderByItem.getNullsOrderType()Returns the enum constant of this type with the specified name.static SQLSelectOrderByItem.NullsOrderType[]SQLSelectOrderByItem.NullsOrderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLSelectOrderByItem.NullsOrderTypeModifier and TypeMethodDescriptionvoidSQLSelectOrderByItem.setNullsOrderType(SQLSelectOrderByItem.NullsOrderType nullsOrderType)