Uses of Enum
com.invirgance.convirgance.jdbc.sql.OrderBy
Packages that use OrderBy
Package
Description
SQL statement builder framework for constructing SQL queries.
-
Uses of OrderBy in com.invirgance.convirgance.jdbc.sql
Methods in com.invirgance.convirgance.jdbc.sql that return OrderByModifier and TypeMethodDescriptionstatic OrderByReturns 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) Creates an OrderByStatement with the provided clause and order.Sets a columns ordering.SelectStatement.order(ExpressionStatement column, OrderBy order) Sets a columns ordering.SQLRenderer.order(NamedSchema column, OrderBy order) Sets the ordering of a Column/NamedSchema.