Package | Description |
---|---|
org.apache.torque.util |
Misc.
|
Modifier and Type | Method and Description |
---|---|
ListOrderedMapCI<SQLFunction> |
SummaryHelper.getAggregates()
Get the order map list of aggregate functions to use in
summarizing this table's informations.
|
Modifier and Type | Method and Description |
---|---|
List<ListOrderedMapCI<Object>> |
SummaryHelper.summarize(Criteria crit)
Return a list of ListOrderedMapCI objects with the results of the summary
query.
|
List<ListOrderedMapCI<Object>> |
SummaryHelper.summarize(Criteria crit,
Connection conn)
Return a list of OrderedMap objects with the results of the summary
query.
|
List<ListOrderedMapCI<Object>> |
SummaryHelper.summarize(Criteria crit,
List<Class<?>> resultTypes)
Return a list of ListOrderedMapCI objects with the results of the summary
query.
|
List<ListOrderedMapCI<Object>> |
SummaryHelper.summarize(Criteria crit,
List<Class<?>> resultTypes,
Connection conn)
Return a list of ListOrderedMapCI objects with the results of the summary
query.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.