Uses of Class
org.apache.torque.util.UniqueList

Packages that use UniqueList
org.apache.torque.util Misc. 
 

Uses of UniqueList in org.apache.torque.util
 

Methods in org.apache.torque.util that return UniqueList
 UniqueList Criteria.getSelectColumns()
          Get select columns.
 UniqueList Criteria.getSelectModifiers()
          Get select modifiers.
 UniqueList Criteria.getOrderByColumns()
          Get order by columns.
 UniqueList Criteria.getGroupByColumns()
          Get group by columns.
 UniqueList Query.getSelectModifiers()
          Retrieve the modifier buffer in order to add modifiers to this query.
 UniqueList Query.getSelectClause()
          Retrieve the columns buffer in order to specify which columns are returned in this query.
 UniqueList Query.getFromClause()
          Retrieve the from buffer in order to specify which tables are involved in this query.
 UniqueList Query.getWhereClause()
          Retrieve the where buffer in order to specify the selection criteria E.g.
 UniqueList Query.getOrderByClause()
          Retrieve the order by columns buffer in order to specify which columns are used to sort the results of the query.
 UniqueList Query.getGroupByClause()
          Retrieve the group by columns buffer in order to specify which columns are used to group the results of the query.
 

Methods in org.apache.torque.util with parameters of type UniqueList
 void Query.setSelectModifiers(UniqueList modifiers)
          Set the modifiers.
 void Query.setSelectClause(UniqueList columns)
          Set the columns.
 void Query.setFromClause(UniqueList tables)
          Set the from clause.
 void Query.setWhereClause(UniqueList where)
          Set the where clause.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.