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

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

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

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesPartition
 ZSeriesPartition ZSeriesFactory.createZSeriesPartition()
          Returns a new object of class 'Partition'.
 ZSeriesPartition ZSeriesPartitionElement.getPartition()
          Returns the value of the 'Partition' reference.
 ZSeriesPartition ZSeriesAuxiliaryTable.getPartition()
          Returns the value of the 'Partition' reference.
 ZSeriesPartition KeyRange.getPartition()
          Returns the value of the 'Partition' reference.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type ZSeriesPartition
 void ZSeriesPartitionElement.setPartition(ZSeriesPartition value)
          Sets the value of the 'Partition' reference.
 void ZSeriesAuxiliaryTable.setPartition(ZSeriesPartition value)
          Sets the value of the 'Partition' reference.
 void KeyRange.setPartition(ZSeriesPartition value)
          Sets the value of the 'Partition' reference.
 

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

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

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesPartition
 ZSeriesPartition ZSeriesPartitionElementImpl.basicGetPartition()
           
 ZSeriesPartition ZSeriesAuxiliaryTableImpl.basicGetPartition()
           
 ZSeriesPartition ZSeriesFactoryImpl.createZSeriesPartition()
           
 ZSeriesPartition ZSeriesPartitionElementImpl.getPartition()
           
 ZSeriesPartition ZSeriesAuxiliaryTableImpl.getPartition()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesPartition
 void ZSeriesPartitionElementImpl.setPartition(ZSeriesPartition newPartition)
           
 void ZSeriesAuxiliaryTableImpl.setPartition(ZSeriesPartition newPartition)
           
 

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

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