org.dbunit.dataset.csv
Class CsvDataSet
java.lang.Object
org.dbunit.dataset.AbstractDataSet
org.dbunit.dataset.CachedDataSet
org.dbunit.dataset.csv.CsvDataSet
- All Implemented Interfaces:
- IDataSet, IDataSetConsumer
public class CsvDataSet
- extends CachedDataSet
This class constructs an IDataSet given a directory containing CSV
files. It handles translations of "null"(the string), into null.
- Author:
- Lenny Marks (lenny@aps.org)
TABLE_ORDERING_FILE
public static final String TABLE_ORDERING_FILE
- See Also:
- Constant Field Values
CsvDataSet
public CsvDataSet(File dir)
throws DataSetException
- Throws:
DataSetException
Copyright © 2002-2011. All Rights Reserved.