Package 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
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$ $Date$
- Author:
- Lenny Marks (lenny@aps.org), Last changed by: $Author$
-
Field Summary
FieldsFields inherited from class org.dbunit.dataset.AbstractDataSet
_orderedTableNameMap -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dbunit.dataset.CachedDataSet
createIterator, endDataSet, endTable, row, startDataSet, startTableMethods inherited from class org.dbunit.dataset.AbstractDataSet
createTableNameMap, getTable, getTableMetaData, getTableNames, getTables, initialize, isCaseSensitiveTableNames, iterator, reverseIterator, toString
-
Field Details
-
TABLE_ORDERING_FILE
- See Also:
-
-
Constructor Details
-
CsvDataSet
- Throws:
DataSetException
-