|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryMetadataInterface
This interface defines the way that query components access metadata. Any user of a query component will need to implement this interface. Many of these methods take or return things of type "Object". Typically, these objects represent a metadata-implementation-specific metadata ID.
Field Summary | |
---|---|
static int |
UNKNOWN_CARDINALITY
Unknown cardinality. |
Method Summary | |
---|---|
java.lang.Object |
addToMetadataCache(java.lang.Object metadataID,
java.lang.String key,
java.lang.Object value)
|
boolean |
elementSupports(java.lang.Object elementID,
int elementConstant)
Determine whether the specified element supports some feature. |
java.util.Collection |
getAccessPatternsInGroup(java.lang.Object groupID)
Get the access patterns for the specified group |
byte[] |
getBinaryVDBResource(java.lang.String resourcePath)
Gets the contents of a VDB resource in binary form. |
int |
getCardinality(java.lang.Object groupID)
Return the cardinality for this group |
java.lang.String |
getCharacterVDBResource(java.lang.String resourcePath)
Gets the contents of a VDB resource as a String. |
java.lang.Object |
getDefaultValue(java.lang.Object elementID)
Get the element's default value for an element symbol |
java.lang.String |
getDeletePlan(java.lang.Object groupID)
Get procedure defining the delete plan for this group. |
int |
getDistinctValues(java.lang.Object elementID)
Get the number of distinct values for this column. |
java.lang.Object |
getElementID(java.lang.String elementName)
Get the metadata-implementation identifier object for the given element name. |
java.util.List |
getElementIDsInAccessPattern(java.lang.Object accessPattern)
Get the elements in the access pattern |
java.util.List |
getElementIDsInGroupID(java.lang.Object groupID)
Get list of metadata element IDs for a group ID |
java.util.List |
getElementIDsInIndex(java.lang.Object index)
Get the elements in the index |
java.util.List |
getElementIDsInKey(java.lang.Object key)
Get the elements in the key |
int |
getElementLength(java.lang.Object elementID)
Get the element length for a given element ID. |
java.lang.String |
getElementType(java.lang.Object elementID)
Get the element type name for an element symbol. |
java.util.Properties |
getExtensionProperties(java.lang.Object metadataID)
Get all extension properties defined on this metadata object |
java.util.Collection |
getForeignKeysInGroup(java.lang.Object groupID)
Get the foreign keys for the specified group |
java.lang.String |
getFormat(java.lang.Object elementID)
Get the element's format |
java.lang.Object |
getFromMetadataCache(java.lang.Object metadataID,
java.lang.String key)
|
java.lang.String |
getFullElementName(java.lang.String fullGroupName,
java.lang.String shortElementName)
Get the fully qualified (unique) element name given the full group name and the short element name. |
java.lang.String |
getFullName(java.lang.Object metadataID)
Get the fully qualified (unique) name of the metadata identifier specified. |
java.lang.Object |
getGroupID(java.lang.String groupName)
Get the metadata-implementation identifier object for the given group name. |
java.lang.Object |
getGroupIDForElementID(java.lang.Object elementID)
Get containg group ID given element ID |
java.lang.String |
getGroupName(java.lang.String fullElementName)
Get the group name from a fully qualified element name. |
java.util.Collection |
getGroupsForPartialName(java.lang.String partialGroupName)
Get a collection of group names that match the partially qualified group name. |
java.util.Collection |
getIndexesInGroup(java.lang.Object groupID)
Get the indexes for the specified group |
java.lang.String |
getInsertPlan(java.lang.Object groupID)
Get procedure defining the insert plan for this group. |
MappingNode |
getMappingNode(java.lang.Object groupID)
Get the mapping node for the given groupID |
java.lang.Object |
getMaterialization(java.lang.Object groupID)
Accquire the physical group ID (the Materialization) for the given virtual group ID, or null if the given virtual group has no Materialization. |
java.lang.Object |
getMaterializationStage(java.lang.Object groupID)
Accquire the physical group ID that is used for the staging area for loading (the Materialization) for the given virtual group ID, or null
if the given virtual group has no Materialization. |
java.lang.Object |
getMaximumValue(java.lang.Object elementID)
Get the element's default value for an element symbol |
int |
getMaxSetSize(java.lang.Object modelID)
Get the max set size for the specified model. |
java.lang.Object |
getMinimumValue(java.lang.Object elementID)
Get the element's minimum value for an element symbol |
java.lang.String |
getModeledBaseType(java.lang.Object elementID)
Get the design-time model base type of the element specified. |
java.lang.String |
getModeledPrimitiveType(java.lang.Object elementID)
Get the design-time model primitive type of the element specified. |
java.lang.String |
getModeledType(java.lang.Object elementID)
Get the design-time model type of the element specified. |
java.lang.Object |
getModelID(java.lang.Object groupOrElementID)
Get the metadata-implementation identifier object for the model containing the specified group or element ID. |
java.lang.String |
getNameInSource(java.lang.Object metadataID)
Get the name in source of the metadata identifier specified. |
java.lang.String |
getNativeType(java.lang.Object elementID)
Get the native type of the element specified. |
int |
getNullValues(java.lang.Object elementID)
Get the number of distinct values for this column. |
int |
getPosition(java.lang.Object elementID)
Get the element's position in the group |
int |
getPrecision(java.lang.Object elementID)
Get the element's precision |
java.lang.Object |
getPrimaryKeyIDForForeignKeyID(java.lang.Object foreignKeyID)
Get the corresponding primary key ID for the specified foreign key ID |
int |
getRadix(java.lang.Object elementID)
Get the element's radix |
int |
getScale(java.lang.Object elementID)
Get the element's scale |
java.lang.String |
getShortElementName(java.lang.String fullElementName)
Get the short (unique only to group) name of an element, given a fully qualified element name. |
StoredProcedureInfo |
getStoredProcedureInfoForProcedure(java.lang.String fullyQualifiedProcedureName)
Get the the StoredProcedureInfo based on the fully qualified procedure name |
java.util.Collection |
getUniqueKeysInGroup(java.lang.Object groupID)
Get the unique keys for the specified group (primary and unique keys) |
java.lang.String |
getUpdatePlan(java.lang.Object groupID)
Get procedure defining the update plan for this group. |
java.lang.String[] |
getVDBResourcePaths()
Gets the resource paths of all the resources in the VDB. |
java.lang.String |
getVirtualDatabaseName()
Get the currently connected virtual database name. |
QueryNode |
getVirtualPlan(java.lang.Object groupID)
Get virtual plan for a group symbol. |
java.util.List |
getXMLSchemas(java.lang.Object groupID)
Get XML schemas for a document group. |
java.util.Collection |
getXMLTempGroups(java.lang.Object groupID)
Return a list of all the temp groups used in this document. |
boolean |
groupSupports(java.lang.Object groupID,
int groupConstant)
Determine whether the specified group supports some feature. |
boolean |
hasMaterialization(java.lang.Object groupID)
Determine whether given virtual group has an associated Materialization. |
boolean |
isProcedure(java.lang.Object groupID)
Determine whether this is a procedure |
boolean |
isScalarGroup(java.lang.Object groupID)
|
boolean |
isTemporaryTable(java.lang.Object groupID)
Determine whether a group is a temporary table. |
boolean |
isVirtualGroup(java.lang.Object groupID)
Determine whether a group is virtual or not. |
boolean |
isVirtualModel(java.lang.Object modelID)
Determine whether a model is virtual or not. |
boolean |
isXMLGroup(java.lang.Object groupID)
Determine whether a group is an XML virtual document. |
boolean |
modelSupports(java.lang.Object modelID,
int modelConstant)
Determine whether the specified model supports some feature. |
Field Detail |
---|
static final int UNKNOWN_CARDINALITY
Method Detail |
---|
java.lang.Object getElementID(java.lang.String elementName) throws MetaMatrixComponentException, QueryMetadataException
elementName
- Fully qualified element name
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.Object getGroupID(java.lang.String groupName) throws MetaMatrixComponentException, QueryMetadataException
groupName
- Fully qualified group name
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.Collection getGroupsForPartialName(java.lang.String partialGroupName) throws MetaMatrixComponentException, QueryMetadataException
partialGroupName
- Partially qualified group name
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.Object getModelID(java.lang.Object groupOrElementID) throws MetaMatrixComponentException, QueryMetadataException
groupOrElementID
- Metadata group or element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getFullName(java.lang.Object metadataID) throws MetaMatrixComponentException, QueryMetadataException
metadataID
- Metadata identifier
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getFullElementName(java.lang.String fullGroupName, java.lang.String shortElementName) throws MetaMatrixComponentException, QueryMetadataException
fullGroupName
- Fully qualified group nameshortElementName
- Short element name
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getShortElementName(java.lang.String fullElementName) throws MetaMatrixComponentException, QueryMetadataException
fullElementName
- Fully qualified element name
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getGroupName(java.lang.String fullElementName) throws MetaMatrixComponentException, QueryMetadataException
fullElementName
- Fully qualified element name
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.List getElementIDsInGroupID(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Group ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.Object getGroupIDForElementID(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- Element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestStoredProcedureInfo getStoredProcedureInfoForProcedure(java.lang.String fullyQualifiedProcedureName) throws MetaMatrixComponentException, QueryMetadataException
fullyQualifiedProcedureName
- the fully qualified stored procedure name
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getElementType(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
DataTypeManager.DefaultDataTypes
.
symbol
- The element symbol
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.Object getDefaultValue(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.Object getMinimumValue(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.Object getMaximumValue(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestint getPosition(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestint getPrecision(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestint getScale(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestint getRadix(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getFormat(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestint getDistinctValues(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestint getNullValues(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestboolean isVirtualGroup(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
symbol
- Group symbol
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestboolean isVirtualModel(java.lang.Object modelID) throws MetaMatrixComponentException, QueryMetadataException
symbol
- model symbol
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestQueryNode getVirtualPlan(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
symbol
- Group
MetaMatrixComponentException
QueryMetadataException
java.lang.String getInsertPlan(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
symbol
- Group
MetaMatrixComponentException
QueryMetadataException
java.lang.String getUpdatePlan(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
symbol
- Group
MetaMatrixComponentException
QueryMetadataException
java.lang.String getDeletePlan(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
symbol
- Group
MetaMatrixComponentException
QueryMetadataException
boolean modelSupports(java.lang.Object modelID, int modelConstant) throws MetaMatrixComponentException, QueryMetadataException
modelID
- Metadata identifier specifying the modelmodelConstant
- Constant from SupportConstants.Model
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestboolean groupSupports(java.lang.Object groupID, int groupConstant) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Group metadata IDgroupConstant
- Constant from SupportConstants.Group
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestboolean elementSupports(java.lang.Object elementID, int elementConstant) throws MetaMatrixComponentException, QueryMetadataException
elementID
- Element metadata IDelementConstant
- Constant from SupportConstants.Element
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.Properties getExtensionProperties(java.lang.Object metadataID) throws MetaMatrixComponentException, QueryMetadataException
metadataID
- Typically element, group, model, or procedure
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestint getMaxSetSize(java.lang.Object modelID) throws MetaMatrixComponentException, QueryMetadataException
modelID
- Metadata identifier specifying model
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.Collection getIndexesInGroup(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Metadata identifier specifying group
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.Collection getUniqueKeysInGroup(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Metadata identifier specifying group
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.Collection getForeignKeysInGroup(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Metadata identifier specifying group
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.Object getPrimaryKeyIDForForeignKeyID(java.lang.Object foreignKeyID) throws MetaMatrixComponentException, QueryMetadataException
foreignKeyID
- Metadata identifier of a foreign key
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.Collection getAccessPatternsInGroup(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Metadata identifier specifying group
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.List getElementIDsInIndex(java.lang.Object index) throws MetaMatrixComponentException, QueryMetadataException
index
- Index identifier, as returned by getIndexesInGroup(java.lang.Object)
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.List getElementIDsInKey(java.lang.Object key) throws MetaMatrixComponentException, QueryMetadataException
key
- Key identifier, as returned by getUniqueKeysInGroup(java.lang.Object)
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.List getElementIDsInAccessPattern(java.lang.Object accessPattern) throws MetaMatrixComponentException, QueryMetadataException
accessPattern
- access pattern identifier, as returned by getAccessPatternsInGroup(java.lang.Object)
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestboolean isXMLGroup(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Group to check
MetaMatrixComponentException
QueryMetadataException
MappingNode getMappingNode(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Metadata group ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getVirtualDatabaseName() throws MetaMatrixComponentException, QueryMetadataException
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.util.Collection getXMLTempGroups(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- XML virtual document groupID
MetaMatrixComponentException
QueryMetadataException
int getCardinality(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Metadata identifier specifying group
MetaMatrixComponentException
QueryMetadataException
java.util.List getXMLSchemas(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Document group ID
MetaMatrixComponentException
QueryMetadataException
java.lang.String getNameInSource(java.lang.Object metadataID) throws MetaMatrixComponentException, QueryMetadataException
metadataID
- Metadata identifier
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestint getElementLength(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
DataTypeManager.DefaultDataTypes
.
elementID
- The element ID
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestboolean hasMaterialization(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- the groupID of the virtual group in question.
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.Object getMaterialization(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
null
if the given virtual group has no Materialization.
groupID
- the groupID of a virtual group that has a Materialization.
MetaMatrixComponentException
- Unexpected internal system problem during request
QueryMetadataException
- Metadata implementation detected a problem during the requestjava.lang.Object getMaterializationStage(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
null
if the given virtual group has no Materialization.
groupID
- the groupID of a virtual group that has a Materialization.
MetaMatrixComponentException
- Unexpected internal system problem during request
QueryMetadataException
- Metadata implementation detected a problem during the requestjava.lang.String getNativeType(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- Element identifier
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getModeledType(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- Element identifier
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getModeledBaseType(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- Element identifier
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String getModeledPrimitiveType(java.lang.Object elementID) throws MetaMatrixComponentException, QueryMetadataException
elementID
- Element identifier
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestboolean isProcedure(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Group identifier
QueryMetadataException
- Metadata implementation detected a problem during the request
MetaMatrixComponentException
- Unexpected internal system problem during requestjava.lang.String[] getVDBResourcePaths() throws MetaMatrixComponentException, QueryMetadataException
MetaMatrixComponentException
- Unexpected internal system problem during request
QueryMetadataException
- Metadata implementation detected a problem during the requestjava.lang.String getCharacterVDBResource(java.lang.String resourcePath) throws MetaMatrixComponentException, QueryMetadataException
resourcePath
- a path returned by getVDBResourcePaths()
MetaMatrixComponentException
- Unexpected internal system problem during request
QueryMetadataException
- Metadata implementation detected a problem during the requestbyte[] getBinaryVDBResource(java.lang.String resourcePath) throws MetaMatrixComponentException, QueryMetadataException
resourcePath
- a path returned by getVDBResourcePaths()
MetaMatrixComponentException
- Unexpected internal system problem during request
QueryMetadataException
- Metadata implementation detected a problem during the requestboolean isTemporaryTable(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
groupID
- Group to check
MetaMatrixComponentException
QueryMetadataException
java.lang.Object addToMetadataCache(java.lang.Object metadataID, java.lang.String key, java.lang.Object value) throws MetaMatrixComponentException, QueryMetadataException
MetaMatrixComponentException
QueryMetadataException
java.lang.Object getFromMetadataCache(java.lang.Object metadataID, java.lang.String key) throws MetaMatrixComponentException, QueryMetadataException
MetaMatrixComponentException
QueryMetadataException
boolean isScalarGroup(java.lang.Object groupID) throws MetaMatrixComponentException, QueryMetadataException
MetaMatrixComponentException
QueryMetadataException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |