|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.jms.tools.db.RDBMSTool
public class RDBMSTool
This class provides support for creating and destroying tables in RDBMS databases.
| Constructor Summary | |
|---|---|
RDBMSTool(java.sql.Connection connection)
Construct a new RDBMSTool |
|
| Method Summary | |
|---|---|
void |
close()
Close the connection to the database |
void |
create(Database schema)
Creates the database |
void |
create(Table table)
Creates a table in the database |
void |
drop(Database schema)
Drops tables from the database |
void |
drop(Table table)
Drops a table from the database. |
SchemaBrowser |
getSchemaBrowser()
Returns the schema browser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDBMSTool(java.sql.Connection connection)
throws PersistenceException
RDBMSTool
connection - the JDBC connection
PersistenceException - if database meta-data can't be obtained| Method Detail |
|---|
public void create(Database schema)
throws PersistenceException
schema - the database schema
PersistenceException - if elements cannot be created in the
database
public void drop(Database schema)
throws PersistenceException
schema - the database schema
PersistenceException - if elements cannot be dropped from the
databasepublic void close()
public void create(Table table)
throws PersistenceException
table - the table to create
PersistenceException - if the table exists, or cannot be created
public void drop(Table table)
throws PersistenceException
table - the table to drop
PersistenceException - for any database errorpublic SchemaBrowser getSchemaBrowser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||