|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupID | |
---|---|
com.metamatrix.metadata.runtime.api | |
com.metamatrix.metadata.runtime.model |
Uses of GroupID in com.metamatrix.metadata.runtime.api |
---|
Methods in com.metamatrix.metadata.runtime.api that return GroupID | |
---|---|
GroupID |
KeyID.getGroupID()
Return the group name. |
GroupID |
ElementID.getGroupID()
Return the group name. |
Methods in com.metamatrix.metadata.runtime.api with parameters of type GroupID | |
---|---|
Key |
VirtualDatabaseFactory.createAccessPattern(GroupID groupId,
java.lang.String name)
|
Element |
VirtualDatabaseFactory.createElement(GroupID groupId,
java.lang.String name,
int positionInGroup,
java.lang.String dataTypeName,
java.lang.String alias,
java.lang.String desc,
java.lang.String label,
int length,
java.lang.String defaultValue,
java.lang.String format,
java.lang.String maxRange,
java.lang.String minRange,
Multiplicity multiplicity,
short nullType,
short searchType,
int radix,
int scale,
int precisionLength,
int charOctetLength,
boolean isAutoIncremented,
boolean isCaseSensitive,
boolean isCurrency,
boolean isLengthFixed,
boolean isSigned,
boolean supportsSelect,
boolean supportsSet,
boolean supportsSubscription,
boolean supportsUpdate,
java.util.Properties props)
|
Element |
VirtualDatabaseFactory.createElement(GroupID groupId,
java.lang.String name,
java.lang.String dataTypeName)
|
Key |
VirtualDatabaseFactory.createForeignKey(GroupID groupId,
java.lang.String name,
Key primaryKey)
|
Key |
VirtualDatabaseFactory.createKey(GroupID groupId,
java.lang.String name,
short keyType)
Create a Key instance of the specified type |
Key |
VirtualDatabaseFactory.createUniqueKey(GroupID groupId,
java.lang.String name,
boolean isPrimary)
|
java.util.List |
VirtualDatabaseMetadata.getElementsInGroup(GroupID groupID)
Return an ordered list of ElementID's for the specified groupID. |
java.util.List |
MetadataSourceAPI.getElementsInGroup(GroupID groupID)
Returns an ordered List of type Element that are contained within the specified key id. |
Uses of GroupID in com.metamatrix.metadata.runtime.model |
---|
Classes in com.metamatrix.metadata.runtime.model that implement GroupID | |
---|---|
class |
BasicGroupID
|
Methods in com.metamatrix.metadata.runtime.model that return GroupID | |
---|---|
GroupID |
BasicKeyID.getGroupID()
return the group name. |
GroupID |
BasicElementID.getGroupID()
return the group name. |
Methods in com.metamatrix.metadata.runtime.model with parameters of type GroupID | |
---|---|
java.util.List |
MetadataCache.getColumns(GroupID groupID)
Returns all the columns for a group in the VDB |
java.util.List |
BasicVirtualDatabaseMetadata.getElementsInGroup(GroupID groupID)
Return an ordered list of ElementID's for the specified groupID. |
java.util.List |
MetadataCache.getElementsInGroup(GroupID groupID)
|
void |
BasicKeyID.setGroupID(GroupID groupID)
|
void |
BasicElementID.setGroupID(GroupID id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |