java.lang .Object org.continuent.sequoia.controller.scheduler.schema .SchedulerDatabaseTable SchedulerDatabaseTable public class SchedulerDatabaseTable (Code) A CacheDatabaseTable
represents a database table and its
associated cache entries. It has an array of CacheDatabaseColumn
objects.
Keep it mind that ArrayList
is not synchronized...
author: Emmanuel Cecchet version: 1.0
SchedulerDatabaseTable public SchedulerDatabaseTable(DatabaseTable databaseTable)(Code) Creates a new CacheDatabaseTable
instance.
Parameters: databaseTable - the database table
equals public boolean equals(Object other)(Code) Two CacheDatabaseColumn
are equals if they have the same
name and the same columns.
Parameters: other - the object to compare with true if the 2 objects are the same
getInformation public String getInformation(boolean longFormat)(Code) Returns information about the database table and its columns.
Parameters: longFormat - true
for a long format, false
for a short summary a String
value
getName public String getName()(Code) Gets the name of the table.
the table name