|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniqueList | |
org.apache.torque.util | Misc. |
Uses of UniqueList in org.apache.torque.util |
Fields in org.apache.torque.util declared as UniqueList | |
private UniqueList |
Query.selectModifiers
|
private UniqueList |
Query.selectColumns
|
private UniqueList |
Query.fromTables
|
private UniqueList |
Query.whereCriteria
|
private UniqueList |
Query.orderByColumns
|
private UniqueList |
Query.groupByColumns
|
private UniqueList |
Criteria.selectModifiers
|
private UniqueList |
Criteria.selectColumns
|
private UniqueList |
Criteria.orderByColumns
|
private UniqueList |
Criteria.groupByColumns
|
Methods in org.apache.torque.util that return UniqueList | |
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. |
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. |
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. |
private void |
Criteria.Criterion.addCriterionTable(Criteria.Criterion c,
UniqueList s)
method supporting recursion through all criterions to give us a StringStack of tables from each criterion |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |