|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
IDataSet | Represents a collection of tables. |
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. |
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. |
SortedDataSet | |
SortedTable | This is a ITable decorator that provide a sorted view of the decorated table. |
Exception Summary | |
DataSetException | |
NoColumnsFoundException | |
NoPrimaryKeyException | |
NoSuchColumnException | |
NoSuchTableException | |
RowOutOfBoundsException |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |