public final class SubSelectionDataSet extends AbstractDataSet implements WrappingDataSet
DataSet wrapper for doing subselection.| Constructor and Description |
|---|
SubSelectionDataSet(List<SelectItem> selectItems,
DataSet dataSet) |
SubSelectionDataSet(SelectItem[] selectItemsArray,
DataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the DataSet and any resources it may be holding.
|
Row |
getRow() |
DataSet |
getWrappedDataSet()
Gets the
DataSet that is wrapped by this WrappingDataSet. |
boolean |
next()
Moves forward to the next row.
|
decorateIdentity, getHeader, getSelectItems, indexOf, iterator, toObjectArrays, toRows, toStringclassEquals, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSelectItems, indexOf, iterator, toObjectArrays, toRowsforEach, spliteratorpublic SubSelectionDataSet(SelectItem[] selectItemsArray, DataSet dataSet)
public SubSelectionDataSet(List<SelectItem> selectItems, DataSet dataSet)
public DataSet getWrappedDataSet()
WrappingDataSetDataSet that is wrapped by this WrappingDataSet.getWrappedDataSet in interface WrappingDataSetpublic boolean next()
DataSetpublic void close()
AbstractDataSetclose in interface Closeableclose in interface AutoCloseableclose in interface DataSetclose in class AbstractDataSetCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.