Uses of Interface
com.ibm.db.models.db2.luw.LUWPartitionKey

Packages that use LUWPartitionKey
com.ibm.db.models.db2.luw   
com.ibm.db.models.db2.luw.impl   
com.ibm.db.models.db2.luw.util   
 

Uses of LUWPartitionKey in com.ibm.db.models.db2.luw
 

Methods in com.ibm.db.models.db2.luw that return LUWPartitionKey
 LUWPartitionKey LUWFactory.createLUWPartitionKey()
          Returns a new object of class 'Partition Key'.
 LUWPartitionKey LUWStorageTable.getPartitionKey()
          Returns the value of the 'Partition Key' containment reference.
 

Methods in com.ibm.db.models.db2.luw with parameters of type LUWPartitionKey
 void LUWStorageTable.setPartitionKey(LUWPartitionKey value)
          Sets the value of the 'Partition Key' containment reference.
 

Uses of LUWPartitionKey in com.ibm.db.models.db2.luw.impl
 

Classes in com.ibm.db.models.db2.luw.impl that implement LUWPartitionKey
 class LUWPartitionKeyImpl
          An implementation of the model object 'Partition Key'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWPartitionKey
 LUWPartitionKey LUWFactoryImpl.createLUWPartitionKey()
           
 LUWPartitionKey LUWTableImpl.getPartitionKey()
           
 LUWPartitionKey LUWMaterializedQueryTableImpl.getPartitionKey()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type LUWPartitionKey
 org.eclipse.emf.common.notify.NotificationChain LUWTableImpl.basicSetPartitionKey(LUWPartitionKey newPartitionKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWMaterializedQueryTableImpl.basicSetPartitionKey(LUWPartitionKey newPartitionKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LUWTableImpl.setPartitionKey(LUWPartitionKey newPartitionKey)
           
 void LUWMaterializedQueryTableImpl.setPartitionKey(LUWPartitionKey newPartitionKey)
           
 

Uses of LUWPartitionKey in com.ibm.db.models.db2.luw.util
 

Methods in com.ibm.db.models.db2.luw.util with parameters of type LUWPartitionKey
 java.lang.Object LUWSwitch.caseLUWPartitionKey(LUWPartitionKey object)
          Returns the result of interpretting the object as an instance of 'Partition Key'.