Class SequenceTableFilter

java.lang.Object
org.dbunit.dataset.filter.SequenceTableFilter
All Implemented Interfaces:
ITableFilter, ITableFilterSimple
Direct Known Subclasses:
DatabaseSequenceFilter

public class SequenceTableFilter extends Object implements ITableFilter
This filter expose a specified table sequence and can be used to reorder tables in a dataset. This implementation does not support duplicate table names. Thus you cannot specify the same table name more than once in this filter and the filtered dataset must not contains duplicate table names. This is the default filter used by the FilteredDataSet.
Since:
Mar 7, 2003
Version:
$Revision$ $Date$
Author:
Manuel Laflamme, Last changed by: $Author$