Uses of Enum
com.invirgance.convirgance.jdbc.sql.OrderBy
Packages that use OrderBy
-
Uses of OrderBy in com.invirgance.convirgance.jdbc.sql
Methods in com.invirgance.convirgance.jdbc.sql that return OrderByModifier and TypeMethodDescriptionstatic OrderBy
Returns the enum constant of this type with the specified name.static OrderBy[]
OrderBy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.invirgance.convirgance.jdbc.sql with parameters of type OrderByModifier and TypeMethodDescriptionOrderByStatement.order
(ExpressionStatement clause, OrderBy order) SelectStatement.order
(ExpressionStatement column, OrderBy order) SQLRenderer.order
(NamedSchema column, OrderBy order)