public class FilteredDataSet extends AbstractDataSet
ITableFilter
,
SequenceTableFilter
,
DefaultTableFilter
_orderedTableNameMap
Constructor and Description |
---|
FilteredDataSet(ITableFilter filter,
IDataSet dataSet)
Creates a FilteredDataSet that decorates the specified dataset and
exposes only the tables allowed by the specified filter.
|
FilteredDataSet(String[] tableNames,
IDataSet dataSet)
Creates a FilteredDataSet that decorates the specified dataset and
exposes only the specified tables using
SequenceTableFilter as
filtering strategy. |
Modifier and Type | Method and Description |
---|---|
protected ITableIterator |
createIterator(boolean reversed)
Creates an iterator which provides access to all tables of this dataset
|
ITable |
getTable(String tableName)
Returns the specified table.
|
ITableMetaData |
getTableMetaData(String tableName)
Returns the specified table metadata.
|
String[] |
getTableNames()
Returns names of tables in this dataset in proper sequence.
|
createTableNameMap, getTables, isCaseSensitiveTableNames, iterator, reverseIterator, toString
public FilteredDataSet(String[] tableNames, IDataSet dataSet) throws AmbiguousTableNameException
SequenceTableFilter
as
filtering strategy.AmbiguousTableNameException
- If the given tableNames array contains ambiguous namespublic FilteredDataSet(ITableFilter filter, IDataSet dataSet)
dataSet
- the filtered datasetfilter
- the filtering strategyprotected ITableIterator createIterator(boolean reversed) throws DataSetException
AbstractDataSet
createIterator
in class AbstractDataSet
reversed
- Whether the created iterator should be a reversed one or notITableIterator
DataSetException
public String[] getTableNames() throws DataSetException
IDataSet
getTableNames
in interface IDataSet
getTableNames
in class AbstractDataSet
DataSetException
public ITableMetaData getTableMetaData(String tableName) throws DataSetException
IDataSet
getTableMetaData
in interface IDataSet
getTableMetaData
in class AbstractDataSet
NoSuchTableException
- if dataset do not contains the specified
tableDataSetException
public ITable getTable(String tableName) throws DataSetException
IDataSet
getTable
in interface IDataSet
getTable
in class AbstractDataSet
NoSuchTableException
- if dataset do not contains the specified
tableDataSetException
Copyright © 2002–2019. All rights reserved.