Package org.dbunit.dataset.filter
package org.dbunit.dataset.filter
-
ClassDescriptionThis class provides a skeletal implementation of the
ITableFilterinterface to minimize the effort required to implement a filter.Implementation of the IColumnFilter interface that exposes columns matching include patterns and not matching exclude patterns.This filter exposes only tables matching include patterns and not matching exclude patterns.This filter hides specified tables from the filtered dataset.Column filter that filters out generated columns.A filter for database columns.This filter exposes only allowed tables from the filtered dataset.Interface to filter out rows by checking specific column values provided by theIRowValueProvider.Represents a strategy used byFilteredDataSetto exposes only some tables from a dataset.A filter for table names.This filter expose a specified table sequence and can be used to reorder tables in a dataset.