org.dbunit.dataset.datatype
Interface IDataTypeFactory

All Known Implementing Classes:
Db2DataTypeFactory, DefaultDataTypeFactory, H2DataTypeFactory, HsqldbDataTypeFactory, MsSqlDataTypeFactory, MySqlDataTypeFactory, OracleDataTypeFactory

public interface IDataTypeFactory

A factory for creating DataType.

Since:
May 17, 2003
Version:
$Revision: 398 $
Author:
Manuel Laflamme

Method Summary
 DataType createDataType(int sqlType, String sqlTypeName)
          Returns the DataType object that corresponds to the specified Types.
 

Method Detail

createDataType

DataType createDataType(int sqlType,
                        String sqlTypeName)
                        throws DataTypeException
Returns the DataType object that corresponds to the specified Types.

Parameters:
sqlType - SQL type from Types
sqlTypeName - Data source dependent type name
Throws:
DataTypeException


Copyright © 2002-2011. All Rights Reserved.