Uses of Interface
org.dbunit.database.IMetadataHandler

Packages that use IMetadataHandler
org.dbunit.database   
org.dbunit.ext.db2   
org.dbunit.ext.mysql   
org.dbunit.ext.netezza   
 

Uses of IMetadataHandler in org.dbunit.database
 

Classes in org.dbunit.database that implement IMetadataHandler
 class DefaultMetadataHandler
          Default implementation of IMetadataHandler which works for the most databases.
 

Uses of IMetadataHandler in org.dbunit.ext.db2
 

Classes in org.dbunit.ext.db2 that implement IMetadataHandler
 class Db2MetadataHandler
          Customized MetadataHandler for DB2 as match Columns of DefaultMetadataHandler fails with a RuntimeException.
 

Uses of IMetadataHandler in org.dbunit.ext.mysql
 

Classes in org.dbunit.ext.mysql that implement IMetadataHandler
 class MySqlMetadataHandler
          Special metadata handler for MySQL.
 

Uses of IMetadataHandler in org.dbunit.ext.netezza
 

Classes in org.dbunit.ext.netezza that implement IMetadataHandler
 class NetezzaMetadataHandler
          Special metadata handler for Netezza.
 



Copyright © 2002-2010. All Rights Reserved.