org.dbunit.ext.netezza
Class NetezzaDataTypeFactory
java.lang.Object
org.dbunit.dataset.datatype.DefaultDataTypeFactory
org.dbunit.ext.netezza.NetezzaDataTypeFactory
- All Implemented Interfaces:
- IDataTypeFactory, IDbProductRelatable
public class NetezzaDataTypeFactory
- extends DefaultDataTypeFactory
NetezzaDataTypeFactory - This class is for the DBUnit data type factory for Netezza database
- Since:
- 2.4.6
- Version:
- $Revision: 1035 $ $Date: 2009-09-15 12:56:59 -0500 (Tue, 15 Sep 2009) $
- Author:
- Ameet (amit3011 AT users.sourceforge.net), Last changed by: $Author: gommma $
RECADDR
public static final int RECADDR
- See Also:
- Constant Field Values
NUMERIC
public static final int NUMERIC
- See Also:
- Constant Field Values
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
SMALLINT
public static final int SMALLINT
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
INTERVAL
public static final int INTERVAL
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
REAL
public static final int REAL
- See Also:
- Constant Field Values
VARCHAR
public static final int VARCHAR
- See Also:
- Constant Field Values
DATE
public static final int DATE
- See Also:
- Constant Field Values
TIME
public static final int TIME
- See Also:
- Constant Field Values
TIMESTAMP
public static final int TIMESTAMP
- See Also:
- Constant Field Values
TIMETZ
public static final int TIMETZ
- See Also:
- Constant Field Values
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
BYTEINT
public static final int BYTEINT
- See Also:
- Constant Field Values
INT8
public static final int INT8
- See Also:
- Constant Field Values
VARFIXEDCHAR
public static final int VARFIXEDCHAR
- See Also:
- Constant Field Values
NUCL
public static final int NUCL
- See Also:
- Constant Field Values
PROT
public static final int PROT
- See Also:
- Constant Field Values
BLOB
public static final int BLOB
- See Also:
- Constant Field Values
BIGINT
public static final int BIGINT
- See Also:
- Constant Field Values
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
NetezzaDataTypeFactory
public NetezzaDataTypeFactory()
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 Types
sqlTypeName
- Data source dependent type name
- Throws:
DataTypeException
- See Also:
IDataTypeFactory.createDataType(int, java.lang.String)
Copyright © 2002-2012. All Rights Reserved.