|
||||||||||
| 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.
TODO: this class is pretty much the same as H2DataTypeFactory, so they should derive from a common
superclass - see issue 1897620
| Constructor Summary | |
|---|---|
HsqldbDataTypeFactory()
|
|
| 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 |
| Constructor Detail |
|---|
public HsqldbDataTypeFactory()
| Method Detail |
|---|
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
DataTypeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||