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.
- Since:
- Sep 12, 2004 (pre 2.3)
- Version:
- $Revision: 770 $ $Date: 2008-08-04 21:30:27 +0200 (Mon, 04 Aug 2008) $
- Author:
- Lenny Marks (lenny@aps.org), Last changed by: $Author: gommma $
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-2012. All Rights Reserved.