|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Groupable
This interface is used for some group by columns, or some columns with group level values.
Method Summary | |
---|---|
void |
getValues(int leafIndex,
Record record)
Gets the value by leaf group index. |
void |
getValuesByRecordNumber(Record record)
Gets the value by record number. |
jet.dataengine.api.group.GroupInfo[] |
peekGroupInfo(int leafIndex,
int depth)
|
int[][] |
peekGroupLocation(int leafgroupIndex,
int groupLevel)
|
java.lang.String[] |
peekGroupNames(int leafIndex,
int depth)
|
DbValue[] |
peekGroupValues(int leafIndex,
int depth)
|
int |
size()
The number of records in this Groupable object. |
Method Detail |
---|
void getValues(int leafIndex, Record record)
leafIndex
- The leaf group index of this record in.record
- The target record.void getValuesByRecordNumber(Record record)
record
- The target record.int size()
Groupable
object.
DbValue[] peekGroupValues(int leafIndex, int depth) throws jet.dataengine.api.DSException
leafIdx
- Leaf group index.depth
- From the root to the specified group node, and through group level depth.
jet.dataengine.api.DSException
peekGroupValues(int, int)
int[][] peekGroupLocation(int leafgroupIndex, int groupLevel) throws jet.dataengine.api.DSException
leafgroupIndex
- Leaf group index.groupLevel
- From the root to one group node, and through group level depth.
jet.dataengine.api.DSException
java.lang.String[] peekGroupNames(int leafIndex, int depth) throws jet.dataengine.api.DSException
leafIndex
- Leaf group index.depth
- from the root to the specified group node, and through group level depth.
jet.dataengine.api.DSException
- TODOjet.dataengine.api.group.GroupInfo[] peekGroupInfo(int leafIndex, int depth) throws jet.dataengine.api.DSException
leafIndex
- Leaf group index.depth
- From root to specified group node, and through group level depth.
jet.dataengine.api.DSException
- TODO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |