|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheDatabaseTable | |
org.objectweb.cjdbc.controller.cache.schema | Database schema management for query caches. |
Uses of CacheDatabaseTable in org.objectweb.cjdbc.controller.cache.schema |
Methods in org.objectweb.cjdbc.controller.cache.schema that return CacheDatabaseTable | |
CacheDatabaseTable |
CacheDatabaseSchema.getTable(java.lang.String tableName)
Returns the CacheDatabaseTable object matching the given
table name or null if not found. |
Methods in org.objectweb.cjdbc.controller.cache.schema with parameters of type CacheDatabaseTable | |
void |
CacheDatabaseSchema.addTable(CacheDatabaseTable table)
Adds a CacheDatabaseTable describing a table of the
database. |
void |
CacheDatabaseSchema.removeTable(CacheDatabaseTable table)
Removes a CacheDatabaseTable describing a table of the
database. |
void |
CacheDatabaseTable.mergeColumns(CacheDatabaseTable t)
Merge the given table's columns with the current table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |