Package | Description |
---|---|
org.dbunit.dataset.datatype | |
org.dbunit.ext.db2 | |
org.dbunit.ext.h2 | |
org.dbunit.ext.hsqldb | |
org.dbunit.ext.mssql | |
org.dbunit.ext.mysql | |
org.dbunit.ext.oracle | |
org.dbunit.util |
Modifier and Type | Class and Description |
---|---|
class |
TypeCastException |
Modifier and Type | Method and Description |
---|---|
DataType |
DefaultDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
DataType |
IDataTypeFactory.createDataType(int sqlType,
String sqlTypeName)
Returns the DataType object that corresponds to the specified
Types . |
DataType |
DefaultDataTypeFactory.createDataType(int sqlType,
String sqlTypeName,
String tableName,
String columnName) |
DataType |
IDataTypeFactory.createDataType(int sqlType,
String sqlTypeName,
String tableName,
String columnName)
Returns the DataType object that corresponds to the specified
Types and regards the given tableName and columnName. |
static DataType |
DataType.forSqlType(int sqlType)
Returns the
DataType corresponding to the specified Sql
type. |
static DataType |
DataType.forSqlTypeName(String sqlTypeName)
Deprecated.
Should not be used anymore
|
Modifier and Type | Method and Description |
---|---|
DataType |
Db2DataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
Modifier and Type | Method and Description |
---|---|
DataType |
H2DataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
Modifier and Type | Method and Description |
---|---|
DataType |
HsqldbDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
Modifier and Type | Method and Description |
---|---|
DataType |
MsSqlDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
Modifier and Type | Method and Description |
---|---|
DataType |
MySqlDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
Modifier and Type | Method and Description |
---|---|
DataType |
Oracle10DataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
DataType |
OracleDataTypeFactory.createDataType(int sqlType,
String sqlTypeName) |
Modifier and Type | Method and Description |
---|---|
static Column |
SQLHelper.createColumn(ResultSet resultSet,
IDataTypeFactory dataTypeFactory,
boolean datatypeWarning)
|
Copyright © 2002-2012. All Rights Reserved.