| java.lang.Object org.continuent.sequoia.controller.virtualdatabase.VirtualDatabaseStaticMetaData
VirtualDatabaseStaticMetaData | public class VirtualDatabaseStaticMetaData (Code) | | Class gathering the static metadata related to the database. We collect
information from the underlying driver and keep this object for further
usage.
author: Nicolas Modrzyk author: Emmanuel Cecchet version: 1.0 |
VirtualDatabaseStaticMetaData | public VirtualDatabaseStaticMetaData(VirtualDatabase database)(Code) | | Reference the database for this metadata. Do not fetch any data at this
time
Parameters: database - to link this metadata to |
gatherStaticMetadata | public void gatherStaticMetadata(DatabaseBackend backend)(Code) | | Save the driver metadata of the backend if this is the first one to be
collected. If not display a warning for each incompatible value.
Parameters: backend - the new backend to get metadata from |
getMetadataContainer | public MetadataContainer getMetadataContainer()(Code) | | Returns the ("getXXX(Y,Z,...)", value) hash table holding metadata queries.
the metadataContainer. |
setMetadataContainer | public void setMetadataContainer(MetadataContainer container)(Code) | | Sets the ("getXXX(Y,Z,...)", value) hash table holding metadata queries.
Parameters: container - the metadata container. |
|
|