Uses of Enum Class
org.kiwiproject.jdbc.SqlOrder
Packages that use SqlOrder
-
Uses of SqlOrder in org.kiwiproject.jdbc
Methods in org.kiwiproject.jdbc that return SqlOrderModifier and TypeMethodDescriptionstatic SqlOrderGiven a string value, return aSqlOrder, ignoring case and leading/trailing whitespace.static SqlOrderReturns the enum constant of this class with the specified name.static SqlOrder[]SqlOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.