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

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

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

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesTable
 ZSeriesTable ZSeriesFactory.createZSeriesTable()
          Returns a new object of class 'Table'.
 ZSeriesTable ZSeriesPartitionKey.getTable()
          Returns the value of the 'Table' container reference.
 ZSeriesTable PartitionKey.getTable()
          Returns the value of the 'Table' container reference.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type ZSeriesTable
 void ZSeriesPartitionKey.setTable(ZSeriesTable value)
          Sets the value of the 'Table' container reference.
 void PartitionKey.setTable(ZSeriesTable value)
          Sets the value of the 'Table' container reference.
 

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

Classes in com.ibm.db.models.db2.zSeries.impl that implement ZSeriesTable
 class ZSeriesTableImpl
          An implementation of the model object 'Table'.
 

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesTable
 ZSeriesTable ZSeriesFactoryImpl.createZSeriesTable()
           
 ZSeriesTable ZSeriesPartitionKeyImpl.getTable()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesTable
 org.eclipse.emf.common.notify.NotificationChain ZSeriesPartitionKeyImpl.basicSetTable(ZSeriesTable newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ZSeriesPartitionKeyImpl.setTable(ZSeriesTable newTable)
           
 

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

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