Uses of Package
org.dbunit.database
Packages that use org.dbunit.database
Package
Description
-
Classes in org.dbunit.database used by org.dbunitClassDescriptionCaches a single
IDatabaseConnectionso that it - and the table metadata it accumulates - can be reused across many test methods instead of being rebuilt on every call.Configuration used by theDatabaseConnection.This interface represents a connection to a specific database. -
Classes in org.dbunit.database used by org.dbunit.antClassDescriptionThis exception is thrown by
IDataSetwhen multiple tables having the same name are accessible.Configuration used by theDatabaseConnection.This interface represents a connection to a specific database.Holds collection of tables resulting from database query. -
Classes in org.dbunit.database used by org.dbunit.assertionClassDescriptionThis interface represents a connection to a specific database.
-
Classes in org.dbunit.database used by org.dbunit.databaseClassDescriptionBase implementation of
IDatabaseConnectionthat lazily creates and caches the connection's whole-databaseIDataSetand owns itsDatabaseConfig.This exception is thrown byIDataSetwhen multiple tables having the same name are accessible.Configuration used by theDatabaseConnection.Descriptor for a single named, typed, nullableDatabaseConfigproperty.Sets parameters stored in theDatabaseConfigon specific java objects likeStatement.This interface represents a connection to a specific database.Handler to specify the behavior for a lookup of column metadata using database metadata.Tests whether a source result set's current row, as positioned by a precedingResultSet.next(), should be kept.AnITablebacked by a JDBC result set that must be closed after use.Factory that createsIResultSetTableinstances for a given query.Map that associates a table with a set of primary key objects. -
Classes in org.dbunit.database used by org.dbunit.database.searchClassDescriptionThis interface represents a connection to a specific database.Map that associates a table with a set of primary key objects.
-
Classes in org.dbunit.database used by org.dbunit.database.statementClassDescriptionThis interface represents a connection to a specific database.
-
Classes in org.dbunit.database used by org.dbunit.datasetClassDescriptionThis exception is thrown by
IDataSetwhen multiple tables having the same name are accessible.This interface represents a connection to a specific database. -
Classes in org.dbunit.database used by org.dbunit.dataset.filterClassDescriptionThis exception is thrown by
IDataSetwhen multiple tables having the same name are accessible. -
Classes in org.dbunit.database used by org.dbunit.ext.db2ClassDescriptionBase implementation of
IDatabaseConnectionthat lazily creates and caches the connection's whole-databaseIDataSetand owns itsDatabaseConfig.This class adapts a JDBCConnectionto aIDatabaseConnection.Default implementation ofIMetadataHandlerwhich works for the most databases.This interface represents a connection to a specific database.Handler to specify the behavior for a lookup of column metadata using database metadata. -
Classes in org.dbunit.database used by org.dbunit.ext.h2ClassDescriptionBase implementation of
IDatabaseConnectionthat lazily creates and caches the connection's whole-databaseIDataSetand owns itsDatabaseConfig.This class adapts a JDBCConnectionto aIDatabaseConnection.Default implementation ofIMetadataHandlerwhich works for the most databases.This interface represents a connection to a specific database.Handler to specify the behavior for a lookup of column metadata using database metadata. -
Classes in org.dbunit.database used by org.dbunit.ext.hsqldbClassDescriptionBase implementation of
IDatabaseConnectionthat lazily creates and caches the connection's whole-databaseIDataSetand owns itsDatabaseConfig.This class adapts a JDBCConnectionto aIDatabaseConnection.This interface represents a connection to a specific database. -
Classes in org.dbunit.database used by org.dbunit.ext.mckoiClassDescriptionBase implementation of
IDatabaseConnectionthat lazily creates and caches the connection's whole-databaseIDataSetand owns itsDatabaseConfig.This class adapts a JDBCConnectionto aIDatabaseConnection.This interface represents a connection to a specific database. -
Classes in org.dbunit.database used by org.dbunit.ext.mssqlClassDescriptionBase implementation of
IDatabaseConnectionthat lazily creates and caches the connection's whole-databaseIDataSetand owns itsDatabaseConfig.This class adapts a JDBCConnectionto aIDatabaseConnection.This interface represents a connection to a specific database. -
Classes in org.dbunit.database used by org.dbunit.ext.mysqlClassDescriptionBase implementation of
IDatabaseConnectionthat lazily creates and caches the connection's whole-databaseIDataSetand owns itsDatabaseConfig.This class adapts a JDBCConnectionto aIDatabaseConnection.This interface represents a connection to a specific database.Handler to specify the behavior for a lookup of column metadata using database metadata. -
Classes in org.dbunit.database used by org.dbunit.ext.netezzaClassDescriptionHandler to specify the behavior for a lookup of column metadata using database metadata.
-
Classes in org.dbunit.database used by org.dbunit.ext.oracleClassDescriptionBase implementation of
IDatabaseConnectionthat lazily creates and caches the connection's whole-databaseIDataSetand owns itsDatabaseConfig.This class adapts a JDBCConnectionto aIDatabaseConnection.This interface represents a connection to a specific database. -
Classes in org.dbunit.database used by org.dbunit.operationClassDescriptionThis interface represents a connection to a specific database.
-
Classes in org.dbunit.database used by org.dbunit.util