The following member functions should be implemented in IDataSet (and concrete classes implementing this interface) to easily allow the addition of tables/table names to the datasets.
addTable(ITable table)
addTables(Collection<itable> tables)
addTables(IDataSet dataSet)</itable>
It follows feature #212 where the same features were implemented for ITableFilter.
Closing as use dbUnit Composite DataSets instead.
Use composite dataset instead.