Uses of Class
org.jooq.SortOrder

Packages that use SortOrder
org.jooq   
 

Uses of SortOrder in org.jooq
 

Methods in org.jooq that return SortOrder
 SortOrder SortField.getOrder()
          Get the underlying sort order of this sort field
static SortOrder SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.