Uses of Class
org.exolab.jms.tools.db.Database

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

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

Methods in org.exolab.jms.tools.db that return Database
static Database SchemaHelper.getSchema()
           
static Database SchemaHelper.getSchemaFromResource(java.lang.String path)
           
static Database SchemaHelper.getSchema(java.lang.String path)
           
static Database Database.unmarshal(java.io.Reader)
           
 

Methods in org.exolab.jms.tools.db with parameters of type Database
 void RDBMSTool.create(Database schema)
          Creates the database.
 void RDBMSTool.drop(Database schema)
          Drops tables from the database.
 void RDBMSTool.delete(Database schema)
          Deletes data from all tables in the database.
static Table SchemaHelper.getTable(Database schema, java.lang.String name)
           
 

Uses of Database in org.exolab.jms.tools.migration
 

Methods in org.exolab.jms.tools.migration that return Database
static Database MigrationHelper.getSchema()
           
 



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