org.exolab.jms.tools.db.migration
Class V072toV076SchemaConverter

java.lang.Object
  |
  +--org.exolab.jms.tools.db.migration.V072toV076SchemaConverter
All Implemented Interfaces:
SchemaConverter

public class V072toV076SchemaConverter
extends java.lang.Object
implements SchemaConverter

A schema converter for converting from the 0.7.2 schema to the 0.7.6 schema

Version:
$Revision: 1.2 $ $Date: 2003/08/07 13:33:11 $
Author:
Tim Anderson

Constructor Summary
V072toV076SchemaConverter(java.sql.Connection connection)
          Construct a new V072toV076SchemaConverter
 
Method Summary
 void convert()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

V072toV076SchemaConverter

public V072toV076SchemaConverter(java.sql.Connection connection)
Construct a new V072toV076SchemaConverter
Parameters:
connection - the connection to use
Method Detail

convert

public void convert()
             throws PersistenceException
Specified by:
convert in interface SchemaConverter


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