Uses of Interface
org.dbunit.database.IMetadataHandler
Packages that use IMetadataHandler
Package
Description
-
Uses of IMetadataHandler in org.dbunit.database
Classes in org.dbunit.database that implement IMetadataHandlerModifier and TypeClassDescriptionclassDefault implementation ofIMetadataHandlerwhich works for the most databases. -
Uses of IMetadataHandler in org.dbunit.ext.db2
Classes in org.dbunit.ext.db2 that implement IMetadataHandlerModifier and TypeClassDescriptionclassCustomized MetadataHandler for DB2 as match Columns ofDefaultMetadataHandlerfails with a RuntimeException. -
Uses of IMetadataHandler in org.dbunit.ext.h2
Classes in org.dbunit.ext.h2 that implement IMetadataHandler -
Uses of IMetadataHandler in org.dbunit.ext.mysql
Classes in org.dbunit.ext.mysql that implement IMetadataHandlerModifier and TypeClassDescriptionclassAMySqlMetadataHandlerfor connections not restricted to a single schema (MySQL "catalog"), e.g. a connection made as MySQL's "root" specifically to work across several schemas at once withDatabaseConfig.FEATURE_QUALIFIED_TABLE_NAMESenabled.classSpecial metadata handler for MySQL.
Was introduced to fix "[ 2545095 ] Mysql FEATURE_QUALIFIED_TABLE_NAMES column SQLHelper.matches". -
Uses of IMetadataHandler in org.dbunit.ext.netezza
Classes in org.dbunit.ext.netezza that implement IMetadataHandlerModifier and TypeClassDescriptionclassSpecial metadata handler for Netezza.