Uses of Interface
com.metamatrix.metadata.runtime.api.Key

Packages that use Key
com.metamatrix.metadata.runtime.api   
com.metamatrix.metadata.runtime.model   
 

Uses of Key in com.metamatrix.metadata.runtime.api
 

Methods in com.metamatrix.metadata.runtime.api that return Key
 Key VirtualDatabaseFactory.createAccessPattern(GroupID groupId, java.lang.String name)
           
 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)
           
 

Methods in com.metamatrix.metadata.runtime.api with parameters of type Key
 void VirtualDatabaseFactory.addElementsInKey(Key key, Element[] elementsInKey)
           
 Key VirtualDatabaseFactory.createForeignKey(GroupID groupId, java.lang.String name, Key primaryKey)
           
 

Uses of Key in com.metamatrix.metadata.runtime.model
 

Classes in com.metamatrix.metadata.runtime.model that implement Key
 class BasicKey
           
 



Copyright © 2009. All Rights Reserved.