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.
|
acceptString[] getTableNames(IDataSet dataSet) throws DataSetException
dataSet - the filtered datasetDataSetExceptionITableIterator iterator(IDataSet dataSet, boolean reversed) throws DataSetException
dataSet - the filtered datasetDataSetExceptionCopyright © 2002-2017. All Rights Reserved.