public interface ITableFilter
FilteredDataSet to
exposes only some tables from a dataset.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String tableName)
Returns
true if specified table is allowed by this filter. |
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.
|
boolean accept(String tableName) throws DataSetException
true if specified table is allowed by this filter.DataSetExceptionString[] getTableNames(IDataSet dataSet) throws DataSetException
dataSet - the filtered datasetDataSetExceptionITableIterator iterator(IDataSet dataSet, boolean reversed) throws DataSetException
dataSet - the filtered datasetDataSetExceptionCopyright © 2002-2012. All Rights Reserved.