public interface TupleSubsetResultTransformer extends ResultTransformer
| Modifier and Type | Method and Description | 
|---|---|
boolean[] | 
includeInTransform(String[] aliases,
                  int tupleLength)
Returns an array with the i-th element indicating whether the i-th
 element of the tuple is included in the transformed value. 
 | 
boolean | 
isTransformedValueATupleElement(String[] aliases,
                               int tupleLength)
When a tuple is transformed, is the result a single element of the tuple? 
 | 
transformList, transformTupleboolean isTransformedValueATupleElement(String[] aliases, int tupleLength)
aliases - - the aliases that correspond to the tupletupleLength - - the number of elements in the tupleboolean[] includeInTransform(String[] aliases, int tupleLength)
aliases - - the aliases that correspond to the tupletupleLength - - the number of elements in the tupleCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.