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