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.

IMetadataHandler

Not overridden — the default handler applies.

Connection Preconfiguration Class

MckoiConnection wraps a JDBC Connection and pre-registers MckoiDataTypeFactory:

IDatabaseConnection connection = new MckoiConnection(jdbcConnection, schema);

Vendor-Specific Types

None beyond the SQL type name mapping above.

Known Quirks

None specific to dbUnit beyond the standard FAQ entries.