|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.dataset.datatype.DefaultDataTypeFactory
org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
public class HsqldbDataTypeFactory
Specialized factory that recognizes HSQLDB data types.
| Constructor Summary | |
|---|---|
HsqldbDataTypeFactory()
|
|
| Method Summary | |
|---|---|
DataType |
createDataType(int sqlType,
java.lang.String sqlTypeName)
Returns the DataType object that corresponds to the specified Types. |
java.util.Collection |
getValidDbProducts()
Returns a set of Strings representing database product names that this object relates to. |
| Methods inherited from class org.dbunit.dataset.datatype.DefaultDataTypeFactory |
|---|
addToleratedDelta, createDataType, getToleratedDeltaMap, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HsqldbDataTypeFactory()
| Method Detail |
|---|
public java.util.Collection getValidDbProducts()
IDbProductRelatable
getValidDbProducts in interface IDbProductRelatablegetValidDbProducts in class DefaultDataTypeFactoryIDbProductRelatable.getValidDbProducts()
public DataType createDataType(int sqlType,
java.lang.String sqlTypeName)
throws DataTypeException
IDataTypeFactoryTypes.
createDataType in interface IDataTypeFactorycreateDataType in class DefaultDataTypeFactorysqlType - SQL type from TypessqlTypeName - Data source dependent type name
DataTypeExceptionIDataTypeFactory.createDataType(int, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||