Uses of Class
com.blackrook.sql.SQLAbstractDAO.Ordering
Packages that use SQLAbstractDAO.Ordering
-
Uses of SQLAbstractDAO.Ordering in com.blackrook.sql
Methods in com.blackrook.sql with parameters of type SQLAbstractDAO.OrderingModifier and TypeMethodDescriptionSQLAbstractDAO.QueryStringBuilder.orderBy
(Function<String, String> columnEscapeFunction, SQLAbstractDAO.Ordering... ordering) Adds "order by" criteria.