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

Quick Search    Search Deep

org.dbunit.ext.mssql
Class MsSqlDataTypeFactory  view MsSqlDataTypeFactory download MsSqlDataTypeFactory.java

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

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

Specialized factory that recognizes MS SQL Server data types.

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

Constructor Summary
MsSqlDataTypeFactory()
           
 
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

MsSqlDataTypeFactory

public MsSqlDataTypeFactory()
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.