Class CaseInsensitiveDataSet

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

public class CaseInsensitiveDataSet extends AbstractDataSet
Deprecated.
All IDataSet implementations are case insensitive since DbUnit 1.5 - may change again since tablenames on RDBMSes can be case sensitive
Allows access to a decorated dataset in a case insensitive way. Dataset implementations provided by the framework are case sensitive. This class allows using them in situation where case sensitiveness is not desirable.
Since:
1.0
Version:
$Revision$ $Date$
Author:
Manuel Laflamme, Last changed by: $Author$