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 Query.getFromClause()
          Retrieve the from buffer in order to specify which tables are involved in this 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.
 UniqueList Criteria.getGroupByColumns()
          Get group by columns.
 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 Criteria.getOrderByColumns()
          Get order by columns.
 UniqueList Query.getSelectClause()
          Retrieve the columns buffer in order to specify which columns are returned in this query.
 UniqueList Criteria.getSelectColumns()
          Get select columns.
 UniqueList Query.getSelectModifiers()
          Retrieve the modifier buffer in order to add modifiers to this query.
 UniqueList Criteria.getSelectModifiers()
          Get select modifiers.
 UniqueList Query.getWhereClause()
          Retrieve the where buffer in order to specify the selection criteria E.g.
 

Methods in org.apache.torque.util with parameters of type UniqueList
static boolean SQLBuilder.fromClauseContainsTableName(UniqueList fromClause, java.lang.String tableName)
          Checks if the Tablename tableName is already contained in a from clause.
 void Query.setFromClause(UniqueList tables)
          Set the from clause.
 void Query.setSelectClause(UniqueList columns)
          Set the columns.
 void Query.setSelectModifiers(UniqueList modifiers)
          Set the modifiers.
 void Query.setWhereClause(UniqueList where)
          Set the where clause.
 

Constructors in org.apache.torque.util with parameters of type UniqueList
UniqueList(UniqueList list)
          Copy-constructor.
 



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