Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.dbunit.dataset.datatype
Interface IDataTypeFactory  view IDataTypeFactory download IDataTypeFactory.java

All Known Implementing Classes:
DefaultDataTypeFactory

public interface IDataTypeFactory

A factory for creating DataType.

Since:
May 17, 2003
Version:
$Revision: 1.2 $

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

Method Detail

createDataType

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