Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelectOrderByItem.NullsOrderType
-
Packages that use SQLSelectOrderByItem.NullsOrderType Package Description com.alibaba.druid.sql.ast.statement -
-
Uses of SQLSelectOrderByItem.NullsOrderType in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLSelectOrderByItem.NullsOrderType Modifier and Type Field Description protected SQLSelectOrderByItem.NullsOrderTypeSQLSelectOrderByItem. nullsOrderTypeMethods in com.alibaba.druid.sql.ast.statement that return SQLSelectOrderByItem.NullsOrderType Modifier and Type Method Description SQLSelectOrderByItem.NullsOrderTypeSQLSelectOrderByItem. getNullsOrderType()static SQLSelectOrderByItem.NullsOrderTypeSQLSelectOrderByItem.NullsOrderType. valueOf(String name)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.NullsOrderType Modifier and Type Method Description voidSQLSelectOrderByItem. setNullsOrderType(SQLSelectOrderByItem.NullsOrderType nullsOrderType)
-