Uses of Class
org.kiwiproject.jdbc.SqlOrder
-
Packages that use SqlOrder Package Description org.kiwiproject.jdbc -
-
Uses of SqlOrder in org.kiwiproject.jdbc
Methods in org.kiwiproject.jdbc that return SqlOrder Modifier and Type Method Description static SqlOrderSqlOrder. from(String value)Given a string value, return aSqlOrder, ignoring case and leading/trailing whitespace.static SqlOrderSqlOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlOrder[]SqlOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.
-