Uses of Class
org.objectweb.cjdbc.controller.cache.result.schema.CacheDatabaseTable

Packages that use CacheDatabaseTable
org.objectweb.cjdbc.controller.cache.result.schema Database schema management for query caches. 
 

Uses of CacheDatabaseTable in org.objectweb.cjdbc.controller.cache.result.schema
 

Methods in org.objectweb.cjdbc.controller.cache.result.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.result.schema with parameters of type CacheDatabaseTable
 void CacheDatabaseTable.mergeColumns(CacheDatabaseTable t)
          Merge the given table's columns with the current table.
 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.
 



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