org.dbunit.database |
|
Java Source File Name | Type | Comment |
AbstractDatabaseConnection.java | Class | |
AbstractResultSetTable.java | Class | |
AmbiguousTableNameException.java | Class | This exception is thrown by
DatabaseDataSet when a multiple tables
having the same name are accessible. |
CachedResultSetTable.java | Class | |
CachedResultSetTableFactory.java | Class | |
CyclicTablesDependencyException.java | Class | |
DatabaseConfig.java | Class | |
DatabaseConnection.java | Class | This class adapts a JDBC Connection to a
IDatabaseConnection . |
DatabaseDataSet.java | Class | provides access
to a database instance as a dataset. |
DatabaseDataSourceConnection.java | Class | This class adapts a JDBC DataSource to a
IDatabaseConnection . |
DatabaseSequenceFilter.java | Class | This filter orders tables using dependency information provided by
java.sql.DatabaseMetaData.getExportedKeys . |
DatabaseTableIterator.java | Class | |
DatabaseTableMetaData.java | Class | |
ForwardOnlyResultSetTable.java | Class | |
ForwardOnlyResultSetTableFactory.java | Class | |
IDatabaseConnection.java | Interface | This interface represents a connection to a specific database. |
IResultSetTable.java | Interface | |
IResultSetTableFactory.java | Interface | |
PrimaryKeyFilter.java | Class | Filter a table given a map of the allowed rows based on primary key values.
It uses a depth-first algorithm (although not recursive - it might be refactored
in the future) to define which rows are allowed, as well which rows are necessary
(and hence allowed) because of dependencies with the allowed rows.
NOTE: multi-column primary keys are not supported at the moment. |
PrimaryKeyFilteredTableWrapper.java | Class | 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
primary keys that are allowed in the new table. |
QueryDataSet.java | Class | Holds collection of tables resulting from database query. |
QueryTableIterator.java | Class | |
ScrollableResultSetTable.java | Class | |