public class IndexGrouper extends RecordGrouper
NONE_MODE, XML_TAG
构造器和说明 |
---|
IndexGrouper() |
限定符和类型 | 方法和说明 |
---|---|
Group[] |
group(DataModel rs,
int columnIndex,
int[] rows,
Calculator calculator)
开始分组, 返回一个Group的数组
|
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setIndex(int index) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
cal_after_traverse_result, cal_when_traverse_result, clone, getDivideMode, groupIterator
public void setIndex(int index)
public Group[] group(DataModel rs, int columnIndex, int[] rows, Calculator calculator)
RecordGrouper
group
在类中 RecordGrouper
rs
- 结果集columnIndex
- 列序号calculator
- 算子public void readXML(XMLableReader reader)
XMLReadable
readXML
在接口中 XMLReadable
readXML
在类中 RecordGrouper
reader
- XML读取对象XMLableReader
public void writeXML(XMLPrintWriter writer)
XMLWriter
writeXML
在接口中 XMLWriter
writeXML
在类中 RecordGrouper
writer
- XML写入对象