Verwendungen von Klasse
org.apache.torque.util.UniqueList
Packages, die UniqueList verwenden
Package
Beschreibung
This package contains Torque's Criteria classes.
This package contains classes which are mainly used in the SQL generation
process.
Misc. utility classes.
-
Verwendungen von UniqueList in org.apache.torque.criteria
Methoden in org.apache.torque.criteria, die UniqueList zurückgebenModifizierer und TypMethodeBeschreibungCriteria.getFromElements()
Get all elements in the from clause of the query.Criteria.getOrderByColumns()
Get all order by columns.Criteria.getSelectModifiers()
Return all select modifiers. -
Verwendungen von UniqueList in org.apache.torque.sql
Methoden in org.apache.torque.sql, die UniqueList zurückgebenModifizierer und TypMethodeBeschreibungQuery.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=?. -
Verwendungen von UniqueList in org.apache.torque.util
Konstruktoren in org.apache.torque.util mit Parametern vom Typ UniqueList