Mckoi
Overview
org.dbunit.ext.mckoi provides type recognition for the
Mckoi database, a niche/
legacy database. This page is intentionally short.
IDataTypeFactory
MckoiDataTypeFactory
maps Mckoi’s SQL type names (BOOLEAN, CHAR/CHARACTER, VARCHAR/
CHARACTER VARYING/LONG CHARACTER VARYING/TEXT/STRING, CLOB, the
integer/numeric family, DATE/TIME/TIMESTAMP, the binary family, and
JAVA_OBJECT) onto the matching DataType constants. Register it via
DatabaseConfig.PROPERTY_DATATYPE_FACTORY — see
Properties and
Connections & Configuration.
Connection Preconfiguration Class
MckoiConnection
wraps a JDBC Connection and pre-registers MckoiDataTypeFactory:
IDatabaseConnection connection = new MckoiConnection(jdbcConnection, schema);Known Quirks
None specific to dbUnit beyond the standard FAQ entries.


