Package | Description |
---|---|
org.apache.metamodel.data |
API for data sets
|
Modifier and Type | Class and Description |
---|---|
class |
FilteredDataSet
Wraps another DataSet and transparently applies a set of filters to it.
|
class |
FirstRowDataSet
Wraps another DataSet and enforces a first row offset.
|
class |
MaxRowsDataSet
Wraps another DataSet and enforces a maximum number of rows constraint
|
class |
ScalarFunctionDataSet
|
class |
SubSelectionDataSet
DataSet wrapper for doing subselection. |
class |
UnionDataSet
A
DataSet that represents the union of two or more other data sets |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.