Uses of Class
net.hydromatic.sqllogictest.SqlTestQueryOutputDescription.SortOrder
-
Packages that use SqlTestQueryOutputDescription.SortOrder Package Description net.hydromatic.sqllogictest SQL Logic Test. -
-
Uses of SqlTestQueryOutputDescription.SortOrder in net.hydromatic.sqllogictest
Methods in net.hydromatic.sqllogictest that return SqlTestQueryOutputDescription.SortOrder Modifier and Type Method Description SqlTestQueryOutputDescription.SortOrder
SqlTestQueryOutputDescription. getOrder()
static SqlTestQueryOutputDescription.SortOrder
SqlTestQueryOutputDescription.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlTestQueryOutputDescription.SortOrder[]
SqlTestQueryOutputDescription.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-