Uses of Class
org.objectweb.cjdbc.controller.scheduler.schema.SchedulerDatabaseTable

Packages that use SchedulerDatabaseTable
org.objectweb.cjdbc.controller.scheduler.schema Database schema handling for schedulers. 
 

Uses of SchedulerDatabaseTable in org.objectweb.cjdbc.controller.scheduler.schema
 

Methods in org.objectweb.cjdbc.controller.scheduler.schema that return SchedulerDatabaseTable
 SchedulerDatabaseTable SchedulerDatabaseSchema.getTable(java.lang.String tableName)
          Returns the SchedulerDatabaseTable object matching the given table name or null if not found.
 

Methods in org.objectweb.cjdbc.controller.scheduler.schema with parameters of type SchedulerDatabaseTable
 void SchedulerDatabaseSchema.addTable(SchedulerDatabaseTable table)
          Adds a SchedulerDatabaseTable describing a table of the database.
 void SchedulerDatabaseSchema.removeTable(SchedulerDatabaseTable table)
          Removes a SchedulerDatabaseTable describing a table of the database.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.