| Package | Description | 
|---|---|
| org.apache.torque.criteria | This package contains Torque's Criteria classes. | 
| org.apache.torque.sql | This package contains classes which are mainly used in the SQL generation
    process. | 
| org.apache.torque.util | Misc. | 
| Modifier and Type | Method and Description | 
|---|---|
| UniqueList<FromElement> | Criteria. getFromElements()Get all elements in the from clause of the query. | 
| UniqueList<OrderBy> | Criteria. getOrderByColumns()Get all order by columns. | 
| UniqueList<String> | Criteria. getSelectModifiers()Return all select modifiers. | 
| Modifier and Type | Method and Description | 
|---|---|
| UniqueList<FromElement> | Query. getFromClause()Retrieve the from buffer in order to specify which tables are
 involved in this query. | 
| UniqueList<String> | Query. getGroupByClause()Retrieve the group by columns buffer in order to specify which
 columns are used to group the results of the query. | 
| UniqueList<String> | Query. getOrderByClause()Retrieve the order by columns buffer in order to specify which
 columns are used to sort the results of the query. | 
| UniqueList<String> | Query. getSelectClause()Retrieve the columns buffer in order to specify which columns
 are returned in this query. | 
| UniqueList<String> | Query. getSelectModifiers()Retrieve the modifier buffer in order to add modifiers to this
 query. | 
| UniqueList<String> | Query. getWhereClause()Retrieve the where buffer in order to specify the selection
 criteria E.g. | 
| Constructor and Description | 
|---|
| UniqueList(UniqueList<T> list)Copy-constructor. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.