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

Packages that use IDataTypeFactory
org.dbunit.database   
org.dbunit.dataset.datatype   
org.dbunit.ext.db2   
org.dbunit.ext.mssql   
org.dbunit.ext.mysql   
org.dbunit.ext.oracle   
 

Uses of IDataTypeFactory in org.dbunit.database
 

Methods in org.dbunit.database with parameters of type IDataTypeFactory
static ITableMetaData DatabaseTableMetaData.createMetaData(java.lang.String tableName, java.sql.ResultSet resultSet, IDataTypeFactory dataTypeFactory)
           
 

Uses of IDataTypeFactory in org.dbunit.dataset.datatype
 

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

Uses of IDataTypeFactory in org.dbunit.ext.db2
 

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

Uses of IDataTypeFactory in org.dbunit.ext.mssql
 

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

Uses of IDataTypeFactory in org.dbunit.ext.mysql
 

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

Uses of IDataTypeFactory in org.dbunit.ext.oracle
 

Classes in org.dbunit.ext.oracle that implement IDataTypeFactory
 class OracleDataTypeFactory
          Specialized factory that recognizes Oracle data types.
 



Copyright © 2002-2004 DbUnit.org. All Rights Reserved.