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

Packages that use IDataTypeFactory
org.dbunit.database   
org.dbunit.dataset   
org.dbunit.dataset.datatype   
org.dbunit.ext.db2   
org.dbunit.ext.h2   
org.dbunit.ext.hsqldb   
org.dbunit.ext.mssql   
org.dbunit.ext.mysql   
org.dbunit.ext.netezza   
org.dbunit.ext.oracle   
org.dbunit.ext.postgresql   
org.dbunit.util   
 

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)
          Deprecated. since 2.3.0. use ResultSetTableMetaData.ResultSetTableMetaData(String, ResultSet, IDataTypeFactory, boolean)
 

Constructors in org.dbunit.database with parameters of type IDataTypeFactory
ResultSetTableMetaData(java.lang.String tableName, java.sql.ResultSet resultSet, IDataTypeFactory dataTypeFactory, boolean caseSensitiveMetaData)
          Deprecated. since 2.4.4. use ResultSetTableMetaData.ResultSetTableMetaData(String, ResultSet, IDatabaseConnection, boolean)
 

Uses of IDataTypeFactory in org.dbunit.dataset
 

Methods in org.dbunit.dataset that return IDataTypeFactory
 IDataTypeFactory AbstractTableMetaData.getDataTypeFactory(IDatabaseConnection connection)
          Validates and returns the datatype factory of the given connection
 

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.h2
 

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

Uses of IDataTypeFactory in org.dbunit.ext.hsqldb
 

Classes in org.dbunit.ext.hsqldb that implement IDataTypeFactory
 class HsqldbDataTypeFactory
          Specialized factory that recognizes HSQLDB 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.netezza
 

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

Uses of IDataTypeFactory in org.dbunit.ext.oracle
 

Classes in org.dbunit.ext.oracle that implement IDataTypeFactory
 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 IDataTypeFactory in org.dbunit.ext.postgresql
 

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

Uses of IDataTypeFactory in org.dbunit.util
 

Methods in org.dbunit.util with parameters of type IDataTypeFactory
static Column SQLHelper.createColumn(java.sql.ResultSet resultSet, IDataTypeFactory dataTypeFactory, boolean datatypeWarning)
          Utility method to create a Column object from a SQL ResultSet object.
 



Copyright © 2002-2009. All Rights Reserved.