| Name | Description | Type | Package | Framework |
| AbstractBatchStatement | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| AbstractDatabaseConnection | Class | org.dbunit.database | SourceForge DBUnit | |
| AbstractMetaDataBasedSearchCallback | Super-class for the ISearchCallback that implements the getEdges() method using the database meta-data. | Class | org.dbunit.database.search | SourceForge DBUnit |
| AbstractPreparedBatchStatement | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| AbstractResultSetTable | Class | org.dbunit.database | SourceForge DBUnit | |
| AbstractStatementFactory | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| AmbiguousTableNameException | This exception is thrown by IDataSet when multiple tables having the same name are accessible. | Class | org.dbunit.database | SourceForge DBUnit |
| AutomaticPreparedBatchStatement | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| BatchStatement | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| BatchStatementDecorator | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| CachedResultSetTable | Class | org.dbunit.database | SourceForge DBUnit | |
| CachedResultSetTableFactory | Class | org.dbunit.database | SourceForge DBUnit | |
| CompoundStatement | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| CyclicTablesDependencyException | Class | org.dbunit.database | SourceForge DBUnit | |
| DatabaseConfig | Configuration used by the DatabaseConnection. | Class | org.dbunit.database | SourceForge DBUnit |
| DatabaseConfig .ConfigProperty | Class | org.dbunit.database.DatabaseConfig | SourceForge DBUnit | |
| DatabaseConfig .Configurator | Sets parameters stored in the DatabaseConfig on specific java objects like Statement. | Class | org.dbunit.database.DatabaseConfig | SourceForge DBUnit |
| DatabaseConnection | This class adapts a JDBC Connection to a IDatabaseConnection. | Class | org.dbunit.database | SourceForge DBUnit |
| DatabaseDataSet | Provides access to a database instance as a IDataSet. | Class | org.dbunit.database | SourceForge DBUnit |
| DatabaseDataSourceConnection | This class adapts a JDBC DataSource to a IDatabaseConnection. | Class | org.dbunit.database | SourceForge DBUnit |
| DatabaseSequenceFilter | This filter orders tables using dependency information provided by DatabaseMetaData. | Class | org.dbunit.database | SourceForge DBUnit |
| DatabaseTableIterator | Class | org.dbunit.database | SourceForge DBUnit | |
| DatabaseTableMetaData | Container for the metadata for one database table. | Class | org.dbunit.database | SourceForge DBUnit |
| DatabaseTestCase | Convenience class for writing JUnit tests with dbunit easily. | Class | org.dbunit | SourceForge DBUnit |
| DatabaseUnitException | Class | org.dbunit | SourceForge DBUnit | |
| DatabaseUnitRuntimeException | Class | org.dbunit | SourceForge DBUnit | |
| DefaultMetadataHandler | Default implementation of IMetadataHandler which works for the most databases. | Class | org.dbunit.database | SourceForge DBUnit |
| ExportedKeysSearchCallback | ISearchCallback implementation that get the nodes using direct foreign key dependency, i. | Class | org.dbunit.database.search | SourceForge DBUnit |
| FKRelationshipEdge | FIXME remove - duplicates ForeignKeyRelationshipEdgeSince:2. | Class | org.dbunit.database.search | SourceForge DBUnit |
| ForeignKeyRelationshipEdge | The from node is the table which have the FK, while the to node is the table with the PK. | Class | org.dbunit.database.search | SourceForge DBUnit |
| ForwardOnlyResultSetTable | Class | org.dbunit.database | SourceForge DBUnit | |
| ForwardOnlyResultSetTableFactory | Class | org.dbunit.database | SourceForge DBUnit | |
| IBatchStatement | Interface | org.dbunit.database.statement | SourceForge DBUnit | |
| IDatabaseConnection | This interface represents a connection to a specific database. | Interface | org.dbunit.database | SourceForge DBUnit |
| IMetadataHandler | Handler to specify the behavior for a lookup of column metadata using database metadata. | Interface | org.dbunit.database | SourceForge DBUnit |
| ImportedAndExportedKeysSearchCallback | ISearchCallback implementation that get the nodes using both direct and reverse foreign key dependency, i. | Class | org.dbunit.database.search | SourceForge DBUnit |
| ImportedAndExportedKeysSearchCallbackFilteredByPKs | Extension of the ImportedAndExportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter. | Class | org.dbunit.database.search | SourceForge DBUnit |
| ImportedKeysSearchCallback | ISearchCallback implementation that get the nodes using direct foreign key dependency, i. | Class | org.dbunit.database.search | SourceForge DBUnit |
| ImportedKeysSearchCallbackFilteredByPKs | Extension of the ImportedKeysSearchCallback, where each new edge is added to a Since:Sep 9, 2005Version:$Revision$Author:Felipe Leme (dbunit@felipeal. | Class | org.dbunit.database.search | SourceForge DBUnit |
| IPreparedBatchStatement | Interface | org.dbunit.database.statement | SourceForge DBUnit | |
| IResultSetTable | Interface | org.dbunit.database | SourceForge DBUnit | |
| IResultSetTableFactory | Interface | org.dbunit.database | SourceForge DBUnit | |
| IStatementFactory | Interface | org.dbunit.database.statement | SourceForge DBUnit | |
| PreparedBatchStatement | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| PreparedStatementFactory | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| PrimaryKeyFilter | Filter a table given a map of the allowed rows based on primary key values. | Class | org.dbunit.database | SourceForge DBUnit |
| PrimaryKeyFilter .PkTableMap | Map that associates a table with a set of primary key objects. | Class | org.dbunit.database.PrimaryKeyFilter | SourceForge DBUnit |
| PrimaryKeyFilteredTableWrapper | This class is a wrapper for another table with the condition that only a subset of the original table will be available - the subset is defined by the set of | Class | org.dbunit.database | SourceForge DBUnit |
| QueryDataSet | Holds collection of tables resulting from database query. | Class | org.dbunit.database | SourceForge DBUnit |
| QueryTableIterator | Iterator used to iterate over a list of tables using a specific query for retrieving data for every table. | Class | org.dbunit.database | SourceForge DBUnit |
| ResultSetTableMetaData | ResultSet based ITableMetaData implementation. | Class | org.dbunit.database | SourceForge DBUnit |
| ScrollableResultSetTable | Class | org.dbunit.database | SourceForge DBUnit | |
| SimplePreparedStatement | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| SimpleStatement | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| StatementFactory | Class | org.dbunit.database.statement | SourceForge DBUnit | |
| TablesDependencyHelper | Helper for the graph-search based classes used to calculate dependencySince:Aug 26, 2005Version:$Revision$ $Date$Author:Felipe Leme (dbunit@felipeal. | Class | org.dbunit.database.search | SourceForge DBUnit |