Uses of Interface
com.ibm.db.models.db2.zSeries.ZSeriesPartitionKey

Packages that use ZSeriesPartitionKey
com.ibm.db.models.db2.zSeries   
com.ibm.db.models.db2.zSeries.impl   
com.ibm.db.models.db2.zSeries.util   
 

Uses of ZSeriesPartitionKey in com.ibm.db.models.db2.zSeries
 

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesPartitionKey
 ZSeriesPartitionKey ZSeriesFactory.createZSeriesPartitionKey()
          Returns a new object of class 'Partition Key'.
 ZSeriesPartitionKey ZSeriesTable.getPartitionKey()
          Returns the value of the 'Partition Key' containment reference.
 

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

Uses of ZSeriesPartitionKey in com.ibm.db.models.db2.zSeries.impl
 

Classes in com.ibm.db.models.db2.zSeries.impl that implement ZSeriesPartitionKey
 class ZSeriesPartitionKeyImpl
          An implementation of the model object 'Partition Key'.
 

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesPartitionKey
 ZSeriesPartitionKey ZSeriesFactoryImpl.createZSeriesPartitionKey()
           
 ZSeriesPartitionKey ZSeriesTableImpl.getPartitionKey()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesPartitionKey
 org.eclipse.emf.common.notify.NotificationChain ZSeriesTableImpl.basicSetPartitionKey(ZSeriesPartitionKey newPartitionKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ZSeriesTableImpl.setPartitionKey(ZSeriesPartitionKey newPartitionKey)
           
 

Uses of ZSeriesPartitionKey in com.ibm.db.models.db2.zSeries.util
 

Methods in com.ibm.db.models.db2.zSeries.util with parameters of type ZSeriesPartitionKey
 java.lang.Object ZSeriesSwitch.caseZSeriesPartitionKey(ZSeriesPartitionKey object)
          Returns the result of interpretting the object as an instance of 'Partition Key'.