java.lang.Object
org.dbunit.dataset.datatype.DefaultDataTypeFactory
org.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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsSqlDataTypeFactory
public MsSqlDataTypeFactory()
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.