Two CacheDatabaseColumn are equals if they have the same
name and the same columns.
Parameters: other - the object to compare with true if the objects are the same
Returns the CacheDatabaseColumn object matching the given
column name or null if not found.
Parameters: columnName - column name to look for a CacheDatabaseColumn value or null
Merge the given table's columns with the current table. All missing columns
are added if no conflict is detected. An exception is thrown if the given
table columns conflicts with the current one.
Parameters: t - the table to merge throws: SQLException - if the schemas conflict
removePkResultCacheEntry
public void removePkResultCacheEntry(Object pk)(Code)
Remove a CacheEntry object associated to a pk entry.
Parameters: pk - the pk entry