Uses of Interface
org.dbunit.dataset.datatype.IDbProductRelatable

Packages that use IDbProductRelatable
org.dbunit.dataset.datatype   
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.ext.postgresql   
 

Uses of IDbProductRelatable in org.dbunit.dataset.datatype
 

Classes in org.dbunit.dataset.datatype that implement IDbProductRelatable
 class DefaultDataTypeFactory
          Generic factory that handle standard JDBC types.
 

Uses of IDbProductRelatable in org.dbunit.ext.db2
 

Classes in org.dbunit.ext.db2 that implement IDbProductRelatable
 class Db2DataTypeFactory
          Specialized factory that recognizes DB2 data types.
 

Uses of IDbProductRelatable in org.dbunit.ext.h2
 

Classes in org.dbunit.ext.h2 that implement IDbProductRelatable
 class H2DataTypeFactory
          Specialized factory that recognizes H2 data types.
 

Uses of IDbProductRelatable in org.dbunit.ext.hsqldb
 

Classes in org.dbunit.ext.hsqldb that implement IDbProductRelatable
 class HsqldbDataTypeFactory
          Specialized factory that recognizes HSQLDB data types.
 

Uses of IDbProductRelatable in org.dbunit.ext.mckoi
 

Classes in org.dbunit.ext.mckoi that implement IDbProductRelatable
 class MckoiDataTypeFactory
          MckoiDataTypeFactory - This class is for the DBUnit data type factory for Mckoi database
 

Uses of IDbProductRelatable in org.dbunit.ext.mssql
 

Classes in org.dbunit.ext.mssql that implement IDbProductRelatable
 class MsSqlDataTypeFactory
          Specialized factory that recognizes MS SQL Server data types.
 

Uses of IDbProductRelatable in org.dbunit.ext.mysql
 

Classes in org.dbunit.ext.mysql that implement IDbProductRelatable
 class MySqlDataTypeFactory
          Specialized factory that recognizes MySql data types.
 

Uses of IDbProductRelatable in org.dbunit.ext.netezza
 

Classes in org.dbunit.ext.netezza that implement IDbProductRelatable
 class NetezzaDataTypeFactory
          NetezzaDataTypeFactory - This class is for the DBUnit data type factory for Netezza database
 

Uses of IDbProductRelatable in org.dbunit.ext.oracle
 

Classes in org.dbunit.ext.oracle that implement IDbProductRelatable
 class Oracle10DataTypeFactory
          Specialized factory that recognizes Oracle data types for Oracle 10 and higher.
 class OracleDataTypeFactory
          Specialized factory that recognizes Oracle data types.
 

Uses of IDbProductRelatable in org.dbunit.ext.postgresql
 

Classes in org.dbunit.ext.postgresql that implement IDbProductRelatable
 class PostgresqlDataTypeFactory
          Specialized factory that recognizes Postgresql data types.
 



Copyright © 2002-2010. All Rights Reserved.