|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
org.exolab.jms.tools.db |
Uses of Table in org.exolab.jms.tools.db |
Methods in org.exolab.jms.tools.db that return Table | |
Table |
SchemaBrowser.getTable(java.lang.String name)
Returns the schema for the specified table. |
static Table |
SchemaHelper.getTable(Database schema,
java.lang.String name)
|
static Table |
Table.unmarshal(java.io.Reader)
|
Table |
Database.getTable(int)
|
Table[] |
Database.getTable()
|
Methods in org.exolab.jms.tools.db with parameters of type Table | |
boolean |
RDBMSTool.hasTables(Table[] tables)
Determines if a set of tables are present in the dataase. |
void |
RDBMSTool.create(Table table)
Creates a table in the database. |
void |
RDBMSTool.drop(Table table)
Drops a table from the database. |
static Attribute |
SchemaHelper.getAttribute(Table table,
java.lang.String name)
|
void |
Database.addTable(Table)
|
void |
Database.addTable(int,
Table)
|
boolean |
Database.removeTable(Table)
|
void |
Database.setTable(int,
Table)
|
void |
Database.setTable(Table[])
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |