public interface ITableFilter extends ITableFilterSimple
FilteredDataSet
to
exposes only some tables from a dataset.Modifier and Type | Method and Description |
---|---|
String[] |
getTableNames(IDataSet dataSet)
Returns the table names allowed by this filter from the specified dataset.
|
ITableIterator |
iterator(IDataSet dataSet,
boolean reversed)
Returns iterator of tables allowed by this filter from the specified dataset.
|
accept
String[] getTableNames(IDataSet dataSet) throws DataSetException
dataSet
- the filtered datasetDataSetException
ITableIterator iterator(IDataSet dataSet, boolean reversed) throws DataSetException
dataSet
- the filtered datasetDataSetException
Copyright © 2002–2017. All rights reserved.