org.dbunit.ext.mssql
Class MsSqlDataTypeFactory
java.lang.Object
org.dbunit.dataset.datatype.DefaultDataTypeFactory
org.dbunit.ext.mssql.MsSqlDataTypeFactory
- All Implemented Interfaces:
- IDataTypeFactory, IDbProductRelatable
public class MsSqlDataTypeFactory
- extends DefaultDataTypeFactory
Specialized factory that recognizes MS SQL Server data types.
- Since:
- May 19, 2003
- Version:
- $Revision: 1217 $
- Author:
- Manuel Laflamme
NCHAR
public static final int NCHAR
- See Also:
- Constant Field Values
NVARCHAR
public static final int NVARCHAR
- See Also:
- Constant Field Values
NTEXT
public static final int NTEXT
- See Also:
- Constant Field Values
NTEXT_MSSQL_2005
public static final int NTEXT_MSSQL_2005
- See Also:
- Constant Field Values
MsSqlDataTypeFactory
public MsSqlDataTypeFactory()
getValidDbProducts
public Collection getValidDbProducts()
- Description copied from interface:
IDbProductRelatable
- Returns a set of Strings representing database product names that this object relates to.
- Specified by:
getValidDbProducts in interface IDbProductRelatable- Overrides:
getValidDbProducts in class DefaultDataTypeFactory
- Returns:
- Set of Strings.
- See Also:
IDbProductRelatable.getValidDbProducts()
createDataType
public DataType createDataType(int sqlType,
String sqlTypeName)
throws DataTypeException
- Description copied from interface:
IDataTypeFactory
- Returns the DataType object that corresponds to the specified
Types.
- Specified by:
createDataType in interface IDataTypeFactory- Overrides:
createDataType in class DefaultDataTypeFactory
- Parameters:
sqlType - SQL type from TypessqlTypeName - Data source dependent type name
- Throws:
DataTypeException- See Also:
IDataTypeFactory.createDataType(int, java.lang.String)
Copyright © 2002-2012. All Rights Reserved.