|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |