HSQLDB
IDataTypeFactory
HsqldbDataTypeFactory
maps HSQLDB’s BOOLEAN to DataType.BOOLEAN, delegating everything else to
DefaultDataTypeFactory. Register it via
DatabaseConfig.PROPERTY_DATATYPE_FACTORY — see
Properties and
Connections & Configuration.
Connection Preconfiguration Class
HsqldbConnection
wraps a JDBC Connection and pre-registers HsqldbDataTypeFactory:
IDatabaseConnection connection = new HsqldbConnection(jdbcConnection, schema);Known Quirks
None specific to dbUnit beyond the standard FAQ entries.


