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

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

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 reader)
          Method unmarshal
 

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



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