Uses of Class
org.objectweb.cjdbc.common.sql.metadata.MetadataContainer

Packages that use MetadataContainer
org.objectweb.cjdbc.common.sql.metadata Classes used for transmission of metadata to the driver 
org.objectweb.cjdbc.controller.backend Database backend core. 
org.objectweb.cjdbc.controller.virtualdatabase Virtual database core code including connection handling. 
 

Uses of MetadataContainer in org.objectweb.cjdbc.common.sql.metadata
 

Methods in org.objectweb.cjdbc.common.sql.metadata with parameters of type MetadataContainer
 boolean MetadataContainer.isCompatible(MetadataContainer container, Trace logger)
          Check to see if two metadata sets are identical.
 

Uses of MetadataContainer in org.objectweb.cjdbc.controller.backend
 

Fields in org.objectweb.cjdbc.controller.backend declared as MetadataContainer
private  MetadataContainer DatabaseBackendMetaData.metadataContainer
          Container for static metadata
 

Methods in org.objectweb.cjdbc.controller.backend that return MetadataContainer
 MetadataContainer DatabaseBackend.getDatabaseStaticMetadata()
          Get the Database static metadata from this backend using a connection from the first available connection manager.
 MetadataContainer DatabaseBackendMetaData.retrieveDatabaseMetadata()
          Retrieve metadata from a connection on this backend and build the ("getDataXXX(Y,Z,
 

Uses of MetadataContainer in org.objectweb.cjdbc.controller.virtualdatabase
 

Fields in org.objectweb.cjdbc.controller.virtualdatabase declared as MetadataContainer
private  MetadataContainer VirtualDatabaseStaticMetaData.metadataContainer
           
 

Methods in org.objectweb.cjdbc.controller.virtualdatabase that return MetadataContainer
 MetadataContainer VirtualDatabaseStaticMetaData.getMetadataContainer()
          Returns the ("getXXX(Y,Z,
 



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