Uses of Class
org.dbunit.dataset.datatype.DataTypeException

Packages that use DataTypeException
org.dbunit.dataset.datatype   
org.dbunit.ext.db2   
org.dbunit.ext.mssql   
org.dbunit.ext.mysql   
org.dbunit.ext.oracle   
 

Uses of DataTypeException in org.dbunit.dataset.datatype
 

Subclasses of DataTypeException in org.dbunit.dataset.datatype
 class TypeCastException
           
 

Methods in org.dbunit.dataset.datatype that throw DataTypeException
static DataType DataType.forSqlType(int sqlType)
          Returns the DataType corresponding to the specified Sql type.
static DataType DataType.forSqlTypeName(java.lang.String sqlTypeName)
          Deprecated. Should not be used anymore
 DataType DefaultDataTypeFactory.createDataType(int sqlType, java.lang.String sqlTypeName)
           
 DataType IDataTypeFactory.createDataType(int sqlType, java.lang.String sqlTypeName)
          Returns the DataType object that corresponds to the specified Types.
 

Uses of DataTypeException in org.dbunit.ext.db2
 

Methods in org.dbunit.ext.db2 that throw DataTypeException
 DataType Db2DataTypeFactory.createDataType(int sqlType, java.lang.String sqlTypeName)
           
 

Uses of DataTypeException in org.dbunit.ext.mssql
 

Methods in org.dbunit.ext.mssql that throw DataTypeException
 DataType MsSqlDataTypeFactory.createDataType(int sqlType, java.lang.String sqlTypeName)
           
 

Uses of DataTypeException in org.dbunit.ext.mysql
 

Methods in org.dbunit.ext.mysql that throw DataTypeException
 DataType MySqlDataTypeFactory.createDataType(int sqlType, java.lang.String sqlTypeName)
           
 

Uses of DataTypeException in org.dbunit.ext.oracle
 

Methods in org.dbunit.ext.oracle that throw DataTypeException
 DataType OracleDataTypeFactory.createDataType(int sqlType, java.lang.String sqlTypeName)
           
 



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