Class TableDecoratorDataSet

java.lang.Object
org.dbunit.dataset.AbstractDataSet
org.dbunit.dataset.TableDecoratorDataSet
All Implemented Interfaces:
IDataSet

public class TableDecoratorDataSet extends AbstractDataSet
Decorates a dataset to allow decorating the returned ITables (and ITableMetaDatas, by extension). Intended to be used for things like filtering out columns. Do not use this to filter out entire tables; use FilteredDataSet for that.
Since:
3.0.0
Author:
rcd (rcd AT users.sourceforge.net)
See Also: