Uses of Interface
org.exolab.jms.tools.db.SchemaConverter

Packages that use SchemaConverter
org.exolab.jms.tools.db   
org.exolab.jms.tools.db.migration   
 

Uses of SchemaConverter in org.exolab.jms.tools.db
 

Methods in org.exolab.jms.tools.db that return SchemaConverter
static SchemaConverter SchemaConverterFactory.create(java.lang.String fromVersion, java.lang.String toVersion, java.sql.Connection connection)
           
 

Uses of SchemaConverter in org.exolab.jms.tools.db.migration
 

Classes in org.exolab.jms.tools.db.migration that implement SchemaConverter
 class V061toV072SchemaConverter
          A schema converter for converting from the 0.6.1 schema to the 0.7.2 schema
 class V072toV076SchemaConverter
          A schema converter for converting from the 0.7.2 schema to the 0.7.6 schema
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.