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

Quick Search    Search Deep

org.dbunit.ext.mysql
Class MySqlDataTypeFactory  view MySqlDataTypeFactory download MySqlDataTypeFactory.java

java.lang.Object
  extended byorg.dbunit.dataset.datatype.DefaultDataTypeFactory
      extended byorg.dbunit.ext.mysql.MySqlDataTypeFactory
All Implemented Interfaces:
org.dbunit.dataset.datatype.IDataTypeFactory

public class MySqlDataTypeFactory
extends org.dbunit.dataset.datatype.DefaultDataTypeFactory

Specialized factory that recognizes MySql data types.

Since:
Sep 3, 2003
Version:
$Revision: 1.2 $

Constructor Summary
MySqlDataTypeFactory()
           
 
Method Summary
 org.dbunit.dataset.datatype.DataType createDataType(int sqlType, java.lang.String sqlTypeName)
          Returns the DataType object that corresponds to the specified java.sql.Types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlDataTypeFactory

public MySqlDataTypeFactory()
Method Detail

createDataType

public org.dbunit.dataset.datatype.DataType createDataType(int sqlType,
                                                           java.lang.String sqlTypeName)
                                                    throws org.dbunit.dataset.datatype.DataTypeException
Description copied from interface: org.dbunit.dataset.datatype.IDataTypeFactory
Returns the DataType object that corresponds to the specified java.sql.Types.