Uses of Class
org.apache.torque.util.UniqueList
Packages that use UniqueList
Package
Description
This package contains Torque's Criteria classes.
This package contains classes which are mainly used in the SQL generation
process.
Misc. utility classes.
-
Uses of UniqueList in org.apache.torque.criteria
Methods in org.apache.torque.criteria that return UniqueListModifier and TypeMethodDescriptionCriteria.getFromElements()Get all elements in the from clause of the query.Criteria.getOrderByColumns()Get all order by columns.Criteria.getSelectModifiers()Return all select modifiers. -
Uses of UniqueList in org.apache.torque.sql
Methods in org.apache.torque.sql that return UniqueListModifier and TypeMethodDescriptionQuery.getFromClause()Retrieve the from buffer in order to specify which tables are involved in this query.Query.getGroupByClause()Retrieve the group by columns buffer in order to specify which columns are used to group the results of the query.Query.getOrderByClause()Retrieve the order by columns buffer in order to specify which columns are used to sort the results of the query.Query.getSelectClause()Retrieve the columns buffer in order to specify which columns are returned in this query.Query.getSelectModifiers()Retrieve the modifier buffer in order to add modifiers to this query.Query.getWhereClause()Retrieve the where buffer in order to specify the selection criteria E.g. column_a=?. -
Uses of UniqueList in org.apache.torque.util
Constructors in org.apache.torque.util with parameters of type UniqueList