Uses of Enum Class
com.hades.model.enumeration.relational.OrderArrange
Packages that use OrderArrange
Package
Description
-
Uses of OrderArrange in com.hades.builder.sqlCommand
Methods in com.hades.builder.sqlCommand with parameters of type OrderArrange -
Uses of OrderArrange in com.hades.builder.sqlCommand.clauseBuilder.order
Methods in com.hades.builder.sqlCommand.clauseBuilder.order with parameters of type OrderArrangeModifier and TypeMethodDescriptionOrderClause.order(Selection fieldName, OrderArrange orderArrange) OrderClause.order(String fieldName, OrderArrange orderArrange) SQLOrderClause.order(Selection fieldName, OrderArrange orderArrange) create and order clause for given field name with with givenOrderArrange.SQLOrderClause.order(String fieldName, OrderArrange orderArrange) create and order clause for given field name with with givenOrderArrange. -
Uses of OrderArrange in com.hades.model.enumeration.relational
Methods in com.hades.model.enumeration.relational that return OrderArrangeModifier and TypeMethodDescriptionstatic OrderArrangeReturns the enum constant of this class with the specified name.static OrderArrange[]OrderArrange.values()Returns an array containing the constants of this enum class, in the order they are declared.