org.dbunit.ext.oracle
Class OracleDataTypeFactory

java.lang.Object
  extended byorg.dbunit.dataset.datatype.DefaultDataTypeFactory
      extended byorg.dbunit.ext.oracle.OracleDataTypeFactory
All Implemented Interfaces:
IDataTypeFactory

public class OracleDataTypeFactory
extends DefaultDataTypeFactory

Specialized factory that recognizes Oracle data types.

Since:
Jul 17, 2003
Version:
$Revision: 1.12 $
Author:
manuel.laflamme

Field Summary
static DataType LONG_RAW
           
static DataType ORACLE_BLOB
           
static DataType ORACLE_CLOB
           
 
Constructor Summary
OracleDataTypeFactory()
           
 
Method Summary
 DataType createDataType(int sqlType, java.lang.String sqlTypeName)
          Returns the DataType object that corresponds to the specified Types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ORACLE_BLOB

public static final DataType ORACLE_BLOB

ORACLE_CLOB

public static final DataType ORACLE_CLOB

LONG_RAW

public static final DataType LONG_RAW
Constructor Detail

OracleDataTypeFactory

public OracleDataTypeFactory()
Method Detail

createDataType

public DataType createDataType(int sqlType,
                               java.lang.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
Throws:
DataTypeException


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.