public class TupleQuery
extends ReportQuery
Purpose: This is a special subclass of the ReportQuery that constructs Tuple results.
Description: A subclass of ReportQuery this query type combines multiple selections into
CriteriaQuery| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<? super <any>> |
selections |
| Constructor and Description |
|---|
TupleQuery(java.util.List<? super <any>> selections) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
buildObject(AbstractRecord row,
java.util.Vector toManyJoinData)
INTERNAL:
Construct a result from a row.
|