Uses of Package
org.dbunit.database

Packages that use org.dbunit.database
org.dbunit   
org.dbunit.ant   
org.dbunit.assertion   
org.dbunit.database   
org.dbunit.database.search   
org.dbunit.database.statement   
org.dbunit.dataset   
org.dbunit.dataset.filter   
org.dbunit.ext.db2   
org.dbunit.ext.h2   
org.dbunit.ext.hsqldb   
org.dbunit.ext.mckoi   
org.dbunit.ext.mssql   
org.dbunit.ext.mysql   
org.dbunit.ext.netezza   
org.dbunit.ext.oracle   
org.dbunit.operation   
org.dbunit.util   
 

Classes in org.dbunit.database used by org.dbunit
DatabaseConfig
          Configuration used by the DatabaseConnection.
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.ant
AmbiguousTableNameException
          This exception is thrown by IDataSet when multiple tables having the same name are accessible.
DatabaseConfig
          Configuration used by the DatabaseConnection.
IDatabaseConnection
          This interface represents a connection to a specific database.
QueryDataSet
          Holds collection of tables resulting from database query.
 

Classes in org.dbunit.database used by org.dbunit.assertion
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.database
AbstractDatabaseConnection
           
AbstractResultSetTable
           
AmbiguousTableNameException
          This exception is thrown by IDataSet when multiple tables having the same name are accessible.
DatabaseConfig
          Configuration used by the DatabaseConnection.
DatabaseConfig.ConfigProperty
           
DatabaseConfig.Configurator
          Sets parameters stored in the DatabaseConfig on specific java objects like Statement.
IDatabaseConnection
          This interface represents a connection to a specific database.
IMetadataHandler
          Handler to specify the behavior for a lookup of column metadata using database metadata.
IResultSetTable
           
IResultSetTableFactory
           
PrimaryKeyFilter.PkTableMap
          Map that associates a table with a set of primary key objects.
 

Classes in org.dbunit.database used by org.dbunit.database.search
IDatabaseConnection
          This interface represents a connection to a specific database.
PrimaryKeyFilter.PkTableMap
          Map that associates a table with a set of primary key objects.
 

Classes in org.dbunit.database used by org.dbunit.database.statement
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.dataset
AmbiguousTableNameException
          This exception is thrown by IDataSet when multiple tables having the same name are accessible.
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.dataset.filter
AmbiguousTableNameException
          This exception is thrown by IDataSet when multiple tables having the same name are accessible.
 

Classes in org.dbunit.database used by org.dbunit.ext.db2
AbstractDatabaseConnection
           
DatabaseConnection
          This class adapts a JDBC Connection to a IDatabaseConnection.
DefaultMetadataHandler
          Default implementation of IMetadataHandler which works for the most databases.
IDatabaseConnection
          This interface represents a connection to a specific database.
IMetadataHandler
          Handler to specify the behavior for a lookup of column metadata using database metadata.
 

Classes in org.dbunit.database used by org.dbunit.ext.h2
AbstractDatabaseConnection
           
DatabaseConnection
          This class adapts a JDBC Connection to a IDatabaseConnection.
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.ext.hsqldb
AbstractDatabaseConnection
           
DatabaseConnection
          This class adapts a JDBC Connection to a IDatabaseConnection.
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.ext.mckoi
AbstractDatabaseConnection
           
DatabaseConnection
          This class adapts a JDBC Connection to a IDatabaseConnection.
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.ext.mssql
AbstractDatabaseConnection
           
DatabaseConnection
          This class adapts a JDBC Connection to a IDatabaseConnection.
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.ext.mysql
AbstractDatabaseConnection
           
DatabaseConnection
          This class adapts a JDBC Connection to a IDatabaseConnection.
IDatabaseConnection
          This interface represents a connection to a specific database.
IMetadataHandler
          Handler to specify the behavior for a lookup of column metadata using database metadata.
 

Classes in org.dbunit.database used by org.dbunit.ext.netezza
IMetadataHandler
          Handler to specify the behavior for a lookup of column metadata using database metadata.
 

Classes in org.dbunit.database used by org.dbunit.ext.oracle
AbstractDatabaseConnection
           
DatabaseConnection
          This class adapts a JDBC Connection to a IDatabaseConnection.
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.operation
IDatabaseConnection
          This interface represents a connection to a specific database.
 

Classes in org.dbunit.database used by org.dbunit.util
DatabaseConfig
          Configuration used by the DatabaseConnection.
 



Copyright © 2002-2010. All Rights Reserved.