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.getSchema(java.lang.String path)
           
static Database SchemaHelper.getSchemaFromResource(java.lang.String path)
           
 

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
static Table SchemaHelper.getTable(Database schema, java.lang.String name)
           
 



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