Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.dbunit.database Classes and Interfaces - 56 results found.
NameDescriptionTypePackageFramework
AbstractBatchStatementClassorg.dbunit.database.statementSourceForge DBUnit
AbstractDatabaseConnectionClassorg.dbunit.databaseSourceForge DBUnit
AbstractMetaDataBasedSearchCallbackSuper-class for the ISearchCallback that implements the getEdges() method using the database meta-data.Classorg.dbunit.database.searchSourceForge DBUnit
AbstractPreparedBatchStatementClassorg.dbunit.database.statementSourceForge DBUnit
AbstractResultSetTableClassorg.dbunit.databaseSourceForge DBUnit
AbstractStatementFactoryClassorg.dbunit.database.statementSourceForge DBUnit
AmbiguousTableNameExceptionThis exception is thrown by IDataSet when multiple tables having the same name are accessible.Classorg.dbunit.databaseSourceForge DBUnit
AutomaticPreparedBatchStatementClassorg.dbunit.database.statementSourceForge DBUnit
BatchStatementClassorg.dbunit.database.statementSourceForge DBUnit
BatchStatementDecoratorClassorg.dbunit.database.statementSourceForge DBUnit
CachedResultSetTableClassorg.dbunit.databaseSourceForge DBUnit
CachedResultSetTableFactoryClassorg.dbunit.databaseSourceForge DBUnit
CompoundStatementClassorg.dbunit.database.statementSourceForge DBUnit
CyclicTablesDependencyExceptionClassorg.dbunit.databaseSourceForge DBUnit
DatabaseConfigConfiguration used by the DatabaseConnection.Classorg.dbunit.databaseSourceForge DBUnit
DatabaseConfig .ConfigPropertyClassorg.dbunit.database.DatabaseConfigSourceForge DBUnit
DatabaseConfig .ConfiguratorSets parameters stored in the DatabaseConfig on specific java objects like Statement.Classorg.dbunit.database.DatabaseConfigSourceForge DBUnit
DatabaseConnectionThis class adapts a JDBC Connection to a IDatabaseConnection.Classorg.dbunit.databaseSourceForge DBUnit
DatabaseDataSetProvides access to a database instance as a IDataSet.Classorg.dbunit.databaseSourceForge DBUnit
DatabaseDataSourceConnectionThis class adapts a JDBC DataSource to a IDatabaseConnection.Classorg.dbunit.databaseSourceForge DBUnit
DatabaseSequenceFilterThis filter orders tables using dependency information provided by DatabaseMetaData.Classorg.dbunit.databaseSourceForge DBUnit
DatabaseTableIteratorClassorg.dbunit.databaseSourceForge DBUnit
DatabaseTableMetaDataContainer for the metadata for one database table.Classorg.dbunit.databaseSourceForge DBUnit
DatabaseTestCaseConvenience class for writing JUnit tests with dbunit easily.Classorg.dbunitSourceForge DBUnit
DatabaseUnitExceptionClassorg.dbunitSourceForge DBUnit
DatabaseUnitRuntimeExceptionClassorg.dbunitSourceForge DBUnit
DefaultMetadataHandlerDefault implementation of IMetadataHandler which works for the most databases.Classorg.dbunit.databaseSourceForge DBUnit
ExportedKeysSearchCallbackISearchCallback implementation that get the nodes using direct foreign key dependency, i.Classorg.dbunit.database.searchSourceForge DBUnit
FKRelationshipEdgeFIXME remove - duplicates ForeignKeyRelationshipEdgeSince:2.Classorg.dbunit.database.searchSourceForge DBUnit
ForeignKeyRelationshipEdge The from node is the table which have the FK, while the to node is the table with the PK.Classorg.dbunit.database.searchSourceForge DBUnit
ForwardOnlyResultSetTableClassorg.dbunit.databaseSourceForge DBUnit
ForwardOnlyResultSetTableFactoryClassorg.dbunit.databaseSourceForge DBUnit
IBatchStatementInterfaceorg.dbunit.database.statementSourceForge DBUnit
IDatabaseConnectionThis interface represents a connection to a specific database.Interfaceorg.dbunit.databaseSourceForge DBUnit
IMetadataHandlerHandler to specify the behavior for a lookup of column metadata using database metadata.Interfaceorg.dbunit.databaseSourceForge DBUnit
ImportedAndExportedKeysSearchCallbackISearchCallback implementation that get the nodes using both direct and reverse foreign key dependency, i.Classorg.dbunit.database.searchSourceForge DBUnit
ImportedAndExportedKeysSearchCallbackFilteredByPKsExtension of the ImportedAndExportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.Classorg.dbunit.database.searchSourceForge DBUnit
ImportedKeysSearchCallbackISearchCallback implementation that get the nodes using direct foreign key dependency, i.Classorg.dbunit.database.searchSourceForge DBUnit
ImportedKeysSearchCallbackFilteredByPKsExtension of the ImportedKeysSearchCallback, where each new edge is added to a Since:Sep 9, 2005Version:$Revision$Author:Felipe Leme (dbunit@felipeal.Classorg.dbunit.database.searchSourceForge DBUnit
IPreparedBatchStatementInterfaceorg.dbunit.database.statementSourceForge DBUnit
IResultSetTableInterfaceorg.dbunit.databaseSourceForge DBUnit
IResultSetTableFactoryInterfaceorg.dbunit.databaseSourceForge DBUnit
IStatementFactoryInterfaceorg.dbunit.database.statementSourceForge DBUnit
PreparedBatchStatementClassorg.dbunit.database.statementSourceForge DBUnit
PreparedStatementFactoryClassorg.dbunit.database.statementSourceForge DBUnit
PrimaryKeyFilterFilter a table given a map of the allowed rows based on primary key values.Classorg.dbunit.databaseSourceForge DBUnit
PrimaryKeyFilter .PkTableMapMap that associates a table with a set of primary key objects.Classorg.dbunit.database.PrimaryKeyFilterSourceForge DBUnit
PrimaryKeyFilteredTableWrapperThis 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 Classorg.dbunit.databaseSourceForge DBUnit
QueryDataSetHolds collection of tables resulting from database query.Classorg.dbunit.databaseSourceForge DBUnit
QueryTableIteratorIterator used to iterate over a list of tables using a specific query for retrieving data for every table.Classorg.dbunit.databaseSourceForge DBUnit
ResultSetTableMetaDataResultSet based ITableMetaData implementation.Classorg.dbunit.databaseSourceForge DBUnit
ScrollableResultSetTableClassorg.dbunit.databaseSourceForge DBUnit
SimplePreparedStatementClassorg.dbunit.database.statementSourceForge DBUnit
SimpleStatementClassorg.dbunit.database.statementSourceForge DBUnit
StatementFactoryClassorg.dbunit.database.statementSourceForge DBUnit
TablesDependencyHelperHelper for the graph-search based classes used to calculate dependencySince:Aug 26, 2005Version:$Revision$ $Date$Author:Felipe Leme (dbunit@felipeal.Classorg.dbunit.database.searchSourceForge DBUnit