| Name | Description | Type | Package | Framework |
| AbstractBatchOperation | Base implementation for database operation that are executed in batch. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| AbstractBatchStatement | | Class | org.dbunit.database.statement | SourceForge DBUnit |
|
| AbstractDatabaseConnection | | Class | org.dbunit.database | SourceForge DBUnit |
|
| AbstractDatabaseTester | Basic implementation of IDatabaseTester. | Class | org.dbunit | SourceForge DBUnit |
|
| AbstractDataFileLoader | Base class with common implementation for dbUnit data file loaders. | Class | org.dbunit.util.fileloader | SourceForge DBUnit |
|
| AbstractDataSet | This abstract class provides the basic implementation of the IDataSet interface. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| AbstractDataType | Abstract data type implementation that provides generic methods that are appropriate for most data type implementations. | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| AbstractExcludeNodesSearchCallback | | Class | org.dbunit.util.search | SourceForge DBUnit |
|
| AbstractIncludeNodesSearchCallback | | Class | org.dbunit.util.search | 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 |
|
| AbstractNodesFilterSearchCallback | Super-class for ISearchCallback implementations that needs to filter which nodes should be included or excluded from the search. | Class | org.dbunit.util.search | SourceForge DBUnit |
|
| AbstractOperation | | Class | org.dbunit.operation | SourceForge DBUnit |
|
| AbstractPipelineComponent | | Class | org.dbunit.dataset.common.handlers | 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 |
|
| AbstractStep | | Class | org.dbunit.ant | SourceForge DBUnit |
|
| AbstractTable | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| AbstractTableFilter | This class provides a skeletal implementation of the ITableFilter interface to minimize the effort required to implement a filter. | Class | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| AbstractTableMetaData | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| AllHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| AmbiguousTableNameException | This exception is thrown by IDataSet when multiple tables having the same name are accessible. | Class | org.dbunit.database | SourceForge DBUnit |
|
| Assertion | Provides static methods for the most common DbUnit assertion needs. | Class | org.dbunit | SourceForge DBUnit |
|
| AutomaticPreparedBatchStatement | | Class | org.dbunit.database.statement | SourceForge DBUnit |
|
| Base64 | I am placing this code in the Public Domain. | Class | org.dbunit.util | SourceForge DBUnit |
|
| BatchStatement | | Class | org.dbunit.database.statement | SourceForge DBUnit |
|
| BatchStatementDecorator | | Class | org.dbunit.database.statement | SourceForge DBUnit |
|
| BigIntegerDataType | Inserts and reads BigInteger values into/from a database. | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| BinaryStreamDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| BitDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| BlobDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| BooleanDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| BoundedBuffer | Efficient array-based bounded buffer class. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| BoundedChannel | A channel that is known to have a capacity, signifying that put operations may block when the | Interface | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| BoundedLinkedQueue | A bounded variant of class. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| BufferedConsumer | until the endDataSet() event occurs. | Class | org.dbunit.dataset.stream | SourceForge DBUnit |
|
| BytesDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| CachedDataSet | Hold copy of another dataset or a consumed provider content. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| CachedResultSetTable | | Class | org.dbunit.database | SourceForge DBUnit |
|
| CachedResultSetTableFactory | | Class | org.dbunit.database | SourceForge DBUnit |
|
| CachedTable | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| CaseInsensitiveDataSet | Allows access to a decorated dataset in a case insensitive way. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| CaseInsensitiveTable | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| Channel | Main interface for buffers, queues, pipes, conduits, etc. | Interface | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| ClobDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| CloseConnectionOperation | Decorates an operation and close the database connection after executing it. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| CollectionsHelper | Helper for collections-related methods. | Class | org.dbunit.util | SourceForge DBUnit |
|
| Column | Represents a table column. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| ColumnFilterTable | A table that filters some columns out from the original table. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| Columns | This class exclusively provides static methods that operate on Column objects. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| Compare | The Compare class is the step that compare the content of the database against the specified dataset. | Class | org.dbunit.ant | SourceForge DBUnit |
|
| CompositeDataSet | Combines multiple datasets into a single logical dataset. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| CompositeOperation | This class is a composite that combines multiple database operation in aSince:Feb 18, 2002Version:$Revision$Author:Manuel Laflamme | Class | org.dbunit.operation | SourceForge DBUnit |
|
| CompositeTable | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| CompoundStatement | | Class | org.dbunit.database.statement | SourceForge DBUnit |
|
| CsvDataFileLoader | | Class | org.dbunit.util.fileloader | SourceForge DBUnit |
|
| CsvDataSet | This class constructs an IDataSet given a directory containing CSV files. | Class | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| CsvDataSetWriter | | Class | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| CsvParser | | Interface | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| CsvParserException | | Class | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| CsvParserImpl | | Class | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| CsvProducer | | Class | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| CsvURLDataSet | This class constructs an IDataSet given a base URL containing CSV files. | Class | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| CsvURLProducer | A Data Set Producer that produces datasets from CVS files found at a base URL. | Class | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| CyclicTablesDependencyException | | Class | org.dbunit.database | SourceForge DBUnit |
|
| DatabaseConfig | Configuration used by the DatabaseConnection. | Class | org.dbunit.database | 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 |
|
| DatabaseOperation | Defines the interface contract for operations performed on the database. | Class | org.dbunit.operation | 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 |
|
| DataFileLoader | Defines a dbUnit data file loader supporting replacement objects and substrings with ReplacementDataSet. | Interface | org.dbunit.util.fileloader | SourceForge DBUnit |
|
| DataSetException | Thrown to indicate that a problem occurred with a dataset. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| DataSetProducerAdapter | | Class | org.dbunit.dataset.stream | SourceForge DBUnit |
|
| DataSetUtils | This class contains various methods for manipulating datasets. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| DataSourceBasedDBTestCase | TestCase that uses a DataSourceDatabaseTester. | Class | org.dbunit | SourceForge DBUnit |
|
| DataSourceDatabaseTester | DatabaseTester that uses a DataSource to create connections. | Class | org.dbunit | SourceForge DBUnit |
|
| DataType | Data type that maps Types objects to their java counterparts. | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| DataTypeException | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| DateDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| Db2Connection | Database connection for DB2 that pre-configures all properties required to successfully use dbunit with DB2. | Class | org.dbunit.ext.db2 | SourceForge DBUnit |
|
| Db2DataTypeFactory | Specialized factory that recognizes DB2 data types. | Class | org.dbunit.ext.db2 | SourceForge DBUnit |
|
| Db2MetadataHandler | Customized MetadataHandler for DB2 as match Columns of DefaultMetadataHandler fails with a RuntimeException. | Class | org.dbunit.ext.db2 | SourceForge DBUnit |
|
| DbAssertionFailedError | Exception signaling a DbUnit assertion failure. | Class | org.dbunit.assertion | SourceForge DBUnit |
|
| DbComparisonFailure | Exception signaling a DbUnit assertion failure while comparing values. | Class | org.dbunit.assertion | SourceForge DBUnit |
|
| DbConfig | The database configuration for the ant task. | Class | org.dbunit.ant | SourceForge DBUnit |
|
| DBTestCase | Base testCase for database testing. | Class | org.dbunit | SourceForge DBUnit |
|
| DbUnitAssert | Default implementation of DbUnit assertions, based on the original methods presentSince:2. | Class | org.dbunit.assertion | SourceForge DBUnit |
|
| DbUnitTask | DbUnitTask is the task definition for an Ant interface to DbUnit. | Class | org.dbunit.ant | SourceForge DBUnit |
|
| DbUnitTaskStep | The DbUnitTaskStep interface allows the execute method to be called on all elements nested under DbUnitTask. | Interface | org.dbunit.ant | SourceForge DBUnit |
|
| DefaultChannelCapacity | A utility class to set the default capacity of implementations that otherwise require a capacity argument | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| DefaultColumnFilter | include patterns and not matching exclude patterns. | Class | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| DefaultConsumer | This class provides no op implementations for all of the callbacks in the IDataSetConsumer interface. | Class | org.dbunit.dataset.stream | SourceForge DBUnit |
|
| DefaultDatabaseTester | Default implementation of AbstractDatabaseTester, which does not know how to get a connection by itself. | Class | org.dbunit | SourceForge DBUnit |
|
| DefaultDataSet | Simple implementation of a dataset backed by ITable objects which can be added dynamically. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| DefaultDataTypeFactory | Generic factory that handle standard JDBC types. | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| DefaultFailureHandler | Default implementation of the FailureHandler. | Class | org.dbunit.assertion | SourceForge DBUnit |
|
| DefaultMetadataHandler | Default implementation of IMetadataHandler which works for the most databases. | Class | org.dbunit.database | SourceForge DBUnit |
|
| DefaultOperationListener | Default implementation of the IOperationListener. | Class | org.dbunit | SourceForge DBUnit |
|
| DefaultPrepAndExpectedTestCase | Test case base class supporting prep data and expected data. | Class | org.dbunit | SourceForge DBUnit |
|
| DefaultTable | Default table implementation backed by a simple java in-memory list. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| DefaultTableFilter | This filter exposes only tables matching include patterns and not matching exclude patterns. | Class | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| DefaultTableIterator | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| DefaultTableMetaData | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| DeleteAllOperation | Deletes all rows of tables present in the specified dataset. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| DeleteOperation | Deletes only the dataset contents from the database. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| DepthFirstSearch | Search using depth-first algorithm. | Class | org.dbunit.util.search | SourceForge DBUnit |
|
| DiffCollectingFailureHandler | A FailureHandler that collects the Differences that were found without throwing an exception. | Class | org.dbunit.assertion | SourceForge DBUnit |
|
| Difference | Value object to hold the difference of a single data cell found while comparing data. | Class | org.dbunit.assertion | SourceForge DBUnit |
|
| DifferenceListener | Callback for DbUnitAssert to notify about the differences found during an assertion. | Interface | org.dbunit.assertion | SourceForge DBUnit |
|
| DoubleDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| Edge | Basic implementation of the IEdge interface. | Class | org.dbunit.util.search | SourceForge DBUnit |
|
| EnforceHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| EscapeHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| ExcludeTableFilter | This filter hides specified tables from the filtered dataset. | Class | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| ExclusiveTransactionException | | Class | org.dbunit.operation | SourceForge DBUnit |
|
| Executor | Interface for objects that execute Runnables, as well as various objects that can be wrapped | Interface | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| Export | The Export class is the step that facilitates exporting the contents of the database and/or it's corresponding DTD to a file. | Class | org.dbunit.ant | SourceForge DBUnit |
|
| ExportedKeysSearchCallback | ISearchCallback implementation that get the nodes using direct foreign key dependency, i. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| FailureFactory | Factory to create exceptions for the testing framework to be used, for example JUnit, TestNG or dbunit exceptions. | Interface | org.dbunit.assertion | SourceForge DBUnit |
|
| FailureHandler | Handles the failure of an assertion. | Interface | org.dbunit.assertion | SourceForge DBUnit |
|
| FileHelper | Utility that provides some general methods for working with File objects. | Class | org.dbunit.util | SourceForge DBUnit |
|
| FilteredDataSet | Decorates a dataset and exposes only some tables from it. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| FilteredTableMetaData | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| FKRelationshipEdge | FIXME remove - duplicates ForeignKeyRelationshipEdgeSince:2. | Class | org.dbunit.database.search | SourceForge DBUnit |
|
| FlatDtdDataSet | | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| FlatDtdProducer | Produces a DataSet from a flat DTD. | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| FlatDtdWriter | | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| FlatXmlDataFileLoader | | Class | org.dbunit.util.fileloader | SourceForge DBUnit |
|
| FlatXmlDataSet | Reads and writes flat XML dataset document. | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| FlatXmlDataSetBuilder | Builder for the creation of FlatXmlDataSet instances. | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| FlatXmlProducer | | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| FlatXmlWriter | | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| FloatDataType | | Class | org.dbunit.dataset.datatype | 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 |
|
| ForwardOnlyDataSet | Decorator that allows forward only access to decorated dataset. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| ForwardOnlyResultSetTable | | Class | org.dbunit.database | SourceForge DBUnit |
|
| ForwardOnlyResultSetTableFactory | | Class | org.dbunit.database | SourceForge DBUnit |
|
| ForwardOnlyTable | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| FullXmlDataFileLoader | | Class | org.dbunit.util.fileloader | SourceForge DBUnit |
|
| GenericEnumType | Adapter to handle conversion between Postgresql native Enum type and Strings. | Class | org.dbunit.ext.postgresql | SourceForge DBUnit |
|
| GeometryType | | Class | org.dbunit.ext.postgresql | SourceForge DBUnit |
|
| H2Connection | | Class | org.dbunit.ext.h2 | SourceForge DBUnit |
|
| H2DataTypeFactory | Specialized factory that recognizes H2 data types. | Class | org.dbunit.ext.h2 | SourceForge DBUnit |
|
| Handler | | Interface | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| Helper | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| HsqldbConnection | | Class | org.dbunit.ext.hsqldb | SourceForge DBUnit |
|
| HsqldbDataTypeFactory | Specialized factory that recognizes HSQLDB data types. | Class | org.dbunit.ext.hsqldb | SourceForge DBUnit |
|
| IBatchStatement | | Interface | org.dbunit.database.statement | SourceForge DBUnit |
|
| IColumnFilter | A filter for database columns. | Interface | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| IDatabaseConnection | This interface represents a connection to a specific database. | Interface | org.dbunit.database | SourceForge DBUnit |
|
| IDatabaseTester | This interface defines the behavior of a DatabaseTester, which is responsible for adding DBUnit features as composition on existing test cases (instead of | Interface | org.dbunit | SourceForge DBUnit |
|
| IDataSet | Represents a collection of tables. | Interface | org.dbunit.dataset | SourceForge DBUnit |
|
| IDataSetConsumer | Receive notification of the content of a dataset. | Interface | org.dbunit.dataset.stream | SourceForge DBUnit |
|
| IDataSetProducer | Interface for reading a dataset using callback. | Interface | org.dbunit.dataset.stream | SourceForge DBUnit |
|
| IDataTypeFactory | A factory for creating DataType. | Interface | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| IDbProductRelatable | Reports what database products this object relates to. | Interface | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| IEdge | A bidirectional edge on the graph to be searched. | Interface | org.dbunit.util.search | SourceForge DBUnit |
|
| IllegalCharacterSeen | | Class | org.dbunit.dataset.csv | SourceForge DBUnit |
|
| IllegalInputCharacterException | | Class | org.dbunit.dataset.common.handlers | 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 |
|
| IncludeTableFilter | This filter exposes only allowed tables from the filtered dataset. | Class | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| InetType | Adapter to handle conversion between Postgresql native inet type and Strings. | Class | org.dbunit.ext.postgresql | SourceForge DBUnit |
|
| InsertIdentityOperation | This class disable the MS SQL Server automatic identifier generation for the execution of inserts. | Class | org.dbunit.ext.mssql | SourceForge DBUnit |
|
| InsertOperation | Inserts the dataset contents into the database. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| IntegerDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| IntervalType | Adapter to handle conversion between Postgresql native Interval type and Strings. | Class | org.dbunit.ext.postgresql | SourceForge DBUnit |
|
| IOperationListener | Listener for IDatabaseConnection events. | Interface | org.dbunit | SourceForge DBUnit |
|
| IPreparedBatchStatement | | Interface | org.dbunit.database.statement | SourceForge DBUnit |
|
| IResultSetTable | | Interface | org.dbunit.database | SourceForge DBUnit |
|
| IResultSetTableFactory | | Interface | org.dbunit.database | SourceForge DBUnit |
|
| IRowFilter | Interface to filter out rows by checking specific column values provided by the IRowValueProvider. | Interface | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| IRowValueProvider | Provides arbitrary values for one single database/ITable row. | Interface | org.dbunit.dataset | SourceForge DBUnit |
|
| IsAlnumHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| ISearchAlgorithm | Interface representing an algorithm that searches a graph. | Interface | org.dbunit.util.search | SourceForge DBUnit |
|
| ISearchCallback | Callback used by the search algorithms. | Interface | org.dbunit.util.search | SourceForge DBUnit |
|
| IStatementFactory | | Interface | org.dbunit.database.statement | SourceForge DBUnit |
|
| ITable | A table represents a collection of tabular data. | Interface | org.dbunit.dataset | SourceForge DBUnit |
|
| ITableFilter | Represents a strategy used by FilteredDataSet to exposes only some tables from a dataset. | Interface | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| ITableFilterSimple | A filter for table names. | Interface | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| ITableIterator | | Interface | org.dbunit.dataset | SourceForge DBUnit |
|
| ITableMetaData | Represents table metadata. | Interface | org.dbunit.dataset | SourceForge DBUnit |
|
| JdbcBasedDBTestCase | TestCase that uses a JdbcDatabaseTester. | Class | org.dbunit | SourceForge DBUnit |
|
| JdbcDatabaseTester | DatabaseTester that uses JDBC's Driver Manager to create connections. | Class | org.dbunit | SourceForge DBUnit |
|
| JndiBasedDBTestCase | TestCase that uses a JndiDatabaseTester. | Class | org.dbunit | SourceForge DBUnit |
|
| JndiDatabaseTester | DatabaseTester that pulls a DataSource from a JNDI location. | Class | org.dbunit | SourceForge DBUnit |
|
| JUnitFailureFactory | Adapter that lets dbunit create JUnit failure objects. | Class | org.dbunit.assertion | SourceForge DBUnit |
|
| LineEndHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| LinkedNode | A standard linked list node used in various queue classesSince:? (pre 2. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| LinkedQueue | A linked list based channel implementation. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| LongDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| LowerCaseDataSet | Specialized IDataSet decorator that convert the table name and column names to lower case. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| LowerCaseTableMetaData | Specialized ITableMetaData implementation that convert the table name and column names to lower case. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| MckoiConnection | Database connection for Mckoi that pre-configures all properties required to successfully use dbunit with Mckoi. | Class | org.dbunit.ext.mckoi | SourceForge DBUnit |
|
| MckoiDataTypeFactory | MckoiDataTypeFactory - This class is for the DBUnit data type factory for Mckoi databaseSince:2. | Class | org.dbunit.ext.mckoi | SourceForge DBUnit |
|
| MsSqlConnection | | Class | org.dbunit.ext.mssql | SourceForge DBUnit |
|
| MsSqlDataTypeFactory | Specialized factory that recognizes MS SQL Server data types. | Class | org.dbunit.ext.mssql | SourceForge DBUnit |
|
| MySqlConnection | | Class | org.dbunit.ext.mysql | SourceForge DBUnit |
|
| MySqlDataTypeFactory | Specialized factory that recognizes MySql data types. | Class | org.dbunit.ext.mysql | SourceForge DBUnit |
|
| MySqlMetadataHandler | Special metadata handler for MySQL. | Class | org.dbunit.ext.mysql | SourceForge DBUnit |
|
| NetezzaDataTypeFactory | NetezzaDataTypeFactory - This class is for the DBUnit data type factory for Netezza databaseSince:2. | Class | org.dbunit.ext.netezza | SourceForge DBUnit |
|
| NetezzaMetadataHandler | Special metadata handler for Netezza. | Class | org.dbunit.ext.netezza | SourceForge DBUnit |
|
| NoHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| NoPrimaryKeyException | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| NoSuchColumnException | Thrown to indicate that a database column has been accessed that does notSince:Feb 17, 2002Version:$Revision$Author:Manuel LaflammeSee Also:Serialized Form | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| NoSuchTableException | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| NumberDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| NumberTolerantDataType | AbstractDataType. | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| Operation | The Operation class is the step that defines which operation will be performed in the execution of the DbUnitTask | Class | org.dbunit.ant | SourceForge DBUnit |
|
| OperationData | | Class | org.dbunit.operation | SourceForge DBUnit |
|
| Oracle10DataTypeFactory | Specialized factory that recognizes Oracle data types for Oracle 10 and higher. | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleBlobDataType | | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleClobDataType | | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleConnection | | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleDataTypeFactory | Specialized factory that recognizes Oracle data types. | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleNClobDataType | | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleSdoElemInfoArray | This class was generated by oracle jpub. | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleSdoGeometry | This class was generated by oracle jpub. | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleSdoGeometryDataType | This class implements DataType for Oracle SDO_GEOMETRY type used in Oracle Spatial. | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleSdoOrdinateArray | This class was generated by oracle jpub. | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleSdoPointType | This class was generated by oracle jpub. | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OracleXMLTypeDataType | TODO UnitTests are completely missingSince:2. | Class | org.dbunit.ext.oracle | SourceForge DBUnit |
|
| OrderedTableNameMap | Associates a table name with an arbitrary object. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| Pipeline | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| PipelineComponent | | Interface | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| PipelineConfig | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| PipelineException | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| PostgresqlDataTypeFactory | Specialized factory that recognizes Postgresql data types. | Class | org.dbunit.ext.postgresql | SourceForge DBUnit |
|
| PrepAndExpectedTestCase | Test case supporting prep data and expected data. | Interface | org.dbunit | 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 |
|
| 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 |
|
| PropertiesBasedJdbcDatabaseTester | DatabaseTester that configures a DriverManager from environment properties. | Class | org.dbunit | SourceForge DBUnit |
|
| PropertyChangeMulticaster | This class is interoperable with java. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| Puttable | This interface exists to enable stricter type checking for channels. | Interface | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| QualifiedTableName | Utility to parse a fully qualified table name into its components schema and table. | Class | org.dbunit.util | SourceForge DBUnit |
|
| Query | The Query class is just a step placeholder for a table nameSince:Dec 10, 2002Version:$Revision$Author:Eric Pugh | Class | org.dbunit.ant | SourceForge DBUnit |
|
| QueryDataSet | Holds collection of tables resulting from database query. | Class | org.dbunit.database | SourceForge DBUnit |
|
| QuerySet | This element is a container for Queries. | Class | org.dbunit.ant | 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 |
|
| QuoteHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| RefreshOperation | This operation literally refreshes dataset contents into the database. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| ReplacementDataSet | Decorator that replace configured values from the decorated dataset with replacement values. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| ReplacementTable | Decorator that replaces configured values from the decorated table with replacement values. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| ResultSetTableMetaData | ResultSet based ITableMetaData implementation. | Class | org.dbunit.database | SourceForge DBUnit |
|
| RowFilterTable | Filters table rows by using arbitrary column values of the table to check if a row should be filtered or not. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| RowOutOfBoundsException | | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| ScrollableResultSetTable | | Class | org.dbunit.database | SourceForge DBUnit |
|
| SearchException | Base class for exceptions during the search. | Class | org.dbunit.util.search | SourceForge DBUnit |
|
| Semaphore | Base class for counting semaphores. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| SemaphoreControlledChannel | Abstract class for channels that use Semaphores to control puts and takes. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| SeparatorHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| SequenceTableFilter | This filter expose a specified table sequence and can be used to reorder tables in a dataset. | Class | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| SequenceTableIterator | | Class | org.dbunit.dataset.filter | SourceForge DBUnit |
|
| SimpleAssert | Dbunit's own small assertion utility, independent from the testing frameworkSince:2. | Class | org.dbunit.assertion | SourceForge DBUnit |
|
| SimplePreparedStatement | | Class | org.dbunit.database.statement | SourceForge DBUnit |
|
| SimpleStatement | | Class | org.dbunit.database.statement | SourceForge DBUnit |
|
| Slot | A one-slot buffer, using semaphores to control access. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| SortedDataSet | Decorator that returns the ITables of the decorated dataset Since:Feb 19, 2003Version:$Revision$Author:Manuel Laflamme | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| SortedTable | This is a ITable decorator that provide a sorted view of the decorated table. | Class | org.dbunit.dataset | SourceForge DBUnit |
|
| SQLHelper | Helper for SQL-related stuff. | Class | org.dbunit.util | SourceForge DBUnit |
|
| SqlLoaderControlDataSet | This class constructs an IDataSet given a directory containing control files. | Class | org.dbunit.dataset.sqlloader | SourceForge DBUnit |
|
| SqlLoaderControlParser | Interface of Parser which parses Oracle SQLLoader files. | Interface | org.dbunit.dataset.sqlloader | SourceForge DBUnit |
|
| SqlLoaderControlParserException | | Class | org.dbunit.dataset.sqlloader | SourceForge DBUnit |
|
| SqlLoaderControlParserImpl | Parser which parses Oracle SQLLoader files. | Class | org.dbunit.dataset.sqlloader | SourceForge DBUnit |
|
| SqlLoaderControlProducer | Producer that creates an IDataSet using SQLLoader style '. | Class | org.dbunit.dataset.sqlloader | SourceForge DBUnit |
|
| StatementFactory | | Class | org.dbunit.database.statement | SourceForge DBUnit |
|
| StreamingDataSet | Dataset that consumes producer asynchronously. | Class | org.dbunit.dataset.stream | SourceForge DBUnit |
|
| StreamingIterator | Asynchronous table iterator that uses a new Thread for asynchronous processing. | Class | org.dbunit.dataset.stream | SourceForge DBUnit |
|
| StringDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| StringIgnoreCaseDataType | String data type that ignore case when comparing String values. | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| Sync | Main interface for locks, gates, and conditions. | Interface | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| SynchronizedInt | A class useful for offloading synch for int instance variables. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| SynchronizedVariable | Base class for simple, small classes maintaining single values that are always accessed | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| SynchronousChannel | A rendezvous channel, similar to those used in CSP and Ada. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| Table | The Table class is just a step placeholder for a table nameSince:Jun 10, 2002Version:$Revision$Author:Timothy Ruppert, Ben Cox | Class | org.dbunit.ant | SourceForge DBUnit |
|
| TableFormatter | Simple formatter to print out ITable objects in a beautiful way, for example on a console. | Class | org.dbunit.util | 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 |
|
| Takable | This interface exists to enable stricter type checking for channels. | Interface | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| TimeDataType | Data type that maps a SQL Types. | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| TimeoutException | Thrown by synchronization classes that report timeouts via exceptions. | Class | org.dbunit.util.concurrent | SourceForge DBUnit |
|
| TimestampDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| ToleratedDeltaMap | Container that manages a map of ToleratedDeltaMap. | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| TransactionOperation | Decorates an operation and executes within the context of a transaction. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| TransparentHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| TruncateTableOperation | Truncate tables present in the specified dataset. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| TypeCastException | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| UniqueIdentifierType | UniqueIdentifierType provides support for the uniqueidentifier column in Microsoft SQLServer databases. | Class | org.dbunit.ext.mssql | SourceForge DBUnit |
|
| UnknownDataType | | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| UnquotedFieldAssembler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| UpdateOperation | Updates the database from the dataset contents. | Class | org.dbunit.operation | SourceForge DBUnit |
|
| UuidAwareBytesDataType | A datatype that is capable of storing UUIDs into BINARY fields (big-endian). | Class | org.dbunit.dataset.datatype | SourceForge DBUnit |
|
| UuidType | Adapter to handle conversion between Postgresql native UUID type and Strings. | Class | org.dbunit.ext.postgresql | SourceForge DBUnit |
|
| VerifyTableDefinition | Defines a database table to verify (assert on data), specifying include and exclude column filters. | Class | org.dbunit | SourceForge DBUnit |
|
| WhitespacesHandler | | Class | org.dbunit.dataset.common.handlers | SourceForge DBUnit |
|
| XlsDataFileLoader | | Class | org.dbunit.util.fileloader | SourceForge DBUnit |
|
| XlsDataSet | This dataset implementation can read and write MS Excel documents. | Class | org.dbunit.dataset.excel | SourceForge DBUnit |
|
| XlsDataSetWriter | Writes an IDataSet to an XLS file or OutputStream. | Class | org.dbunit.dataset.excel | SourceForge DBUnit |
|
| XmlDataSet | Reads and writes original XML dataset document. | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| XmlDataSetWriter | | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| XmlProducer | Parses an XML and produces a dataset from it. | Class | org.dbunit.dataset.xml | SourceForge DBUnit |
|
| XmlWriter | Makes writing XML much much easier. | Class | org.dbunit.util.xml | SourceForge DBUnit |