|
|||||||||
| 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 have group level value columns.
| Method Summary | |
|---|---|
void |
getValues(int leafIndex,
Record record)
Get the value by leaf group index. |
void |
getValuesByRecordNumber(Record record)
Get the value by record number. |
int[][] |
peekGroupLocation(int leafgroupIndex,
int groupLevel)
|
java.lang.String[] |
peekGroupNames(int leafIndex,
int depth)
|
DbValue[] |
peekGroupValues(int leafIndex,
int depth)
|
int |
size()
|
| 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()
DbValue[] peekGroupValues(int leafIndex,
int depth)
throws DSException
leafIdx - leaf group indexdepth - from root to specified group node, through group level depth
DSExceptionpeekGroupValues(int, int)
int[][] peekGroupLocation(int leafgroupIndex,
int groupLevel)
throws DSException
leafgroupIndex - leaf group indexgroupLevel - from root to one group node, through group level depth
DSException
java.lang.String[] peekGroupNames(int leafIndex,
int depth)
throws DSException
leafIndex - leaf group indexdepth - from root to specified group node, through group level depth
DSException - TODO
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||