Package org.dbunit.dataset

Interface Summary
IDataSet Represents a collection of tables.
IRowValueProvider Provides arbitrary values for one single database/ITable row.
ITable A table represents a collection of tabular data.
ITableIterator  
ITableMetaData Represents table metadata.
 

Class Summary
AbstractDataSet This abstract class provides the basic implementation of the IDataSet interface.
AbstractTable  
AbstractTableMetaData  
CachedDataSet Hold copy of another dataset or a consumed provider content.
CachedTable  
CaseInsensitiveDataSet Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5
CaseInsensitiveTable Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5
Column Represents a table column.
Column.Nullable  
CompositeDataSet Combines multiple datasets into a single logical dataset.
CompositeTable  
DataSetUtils This class contains various methods for manipulating datasets.
DataSetUtils.ColumnComparatorByName  
DefaultDataSet  
DefaultTable  
DefaultTableIterator  
DefaultTableMetaData  
FilteredDataSet Decorates a dataset and exposes only some tables from it.
FilteredTableMetaData  
ForwardOnlyDataSet Decorator that allows forward only access to decorated dataset.
ForwardOnlyTable  
LowerCaseDataSet Specialized IDataSet decorator that convert the table name and column names to lower case.
LowerCaseTableMetaData Specialized ITableMetaData implementation that convert the table name and column names to lower case.
ReplacementDataSet Decorator that replace configured values from the decorated dataset with replacement values.
ReplacementTable Decorator that replace configured values from the decorated table with replacement values.
RowFilterTable Filters table rows by using arbitrary column values of the table to check if a row should be filtered or not.
SortedDataSet  
SortedTable This is a ITable decorator that provide a sorted view of the decorated table.
SortedTable.AbstractRowComparator Abstract class for sorting the table rows of a given table in a specific order
SortedTable.RowComparator Compares the rows with each other in order to sort them in the correct order using the data type and the Comparable implementation the current column has.
SortedTable.RowComparatorByString Compares the rows with each other in order to sort them in the correct order using the string value of both values for the comparison.
 

Exception Summary
DataSetException  
NoColumnsFoundException  
NoPrimaryKeyException  
NoSuchColumnException  
NoSuchTableException  
RowOutOfBoundsException  
 



Copyright © 2002-2008. All Rights Reserved.