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

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
static Table SchemaHelper.getTable(Database schema, java.lang.String name)
           
 Table Database.getTable(int index)
          Method getTable
 Table[] Database.getTable()
          Method getTable
static Table Table.unmarshal(java.io.Reader reader)
          Method unmarshal
 Table SchemaBrowser.getTable(java.lang.String name)
          Returns the schema for the specified table
 

Methods in org.exolab.jms.tools.db with parameters of type Table
static Attribute SchemaHelper.getAttribute(Table table, java.lang.String name)
           
 void Database.addTable(Table vTable)
          Method addTable
 void Database.addTable(int index, Table vTable)
          Method addTable
 boolean Database.removeTable(Table vTable)
          Method removeTable
 void Database.setTable(int index, Table vTable)
          Method setTable
 void Database.setTable(Table[] tableArray)
          Method setTable
 void RDBMSTool.create(Table table)
          Creates a table in the database
 void RDBMSTool.drop(Table table)
          Drops a table from the database.
 



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