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

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

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

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesTableSpace
 ZSeriesTableSpace ZSeriesFactory.createZSeriesTableSpace()
          Returns a new object of class 'Table Space'.
 ZSeriesTableSpace ZSeriesTable.getTableSpace()
          Returns the value of the 'Table Space' reference.
 ZSeriesTableSpace ZSeriesPartition.getTableSpace()
          Returns the value of the 'Table Space' container reference.
 ZSeriesTableSpace ZSeriesMaterializedQueryTable.getTableSpace()
          Returns the value of the 'Table Space' reference.
 ZSeriesTableSpace ZSeriesAuxiliaryTable.getTableSpace()
          Returns the value of the 'Table Space' reference.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type ZSeriesTableSpace
 void ZSeriesTable.setTableSpace(ZSeriesTableSpace value)
          Sets the value of the 'Table Space' reference.
 void ZSeriesPartition.setTableSpace(ZSeriesTableSpace value)
          Sets the value of the 'Table Space' container reference.
 void ZSeriesMaterializedQueryTable.setTableSpace(ZSeriesTableSpace value)
          Sets the value of the 'Table Space' reference.
 void ZSeriesAuxiliaryTable.setTableSpace(ZSeriesTableSpace value)
          Sets the value of the 'Table Space' reference.
 

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

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

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesTableSpace
 ZSeriesTableSpace ZSeriesTableImpl.basicGetTableSpace()
           
 ZSeriesTableSpace ZSeriesMaterializedQueryTableImpl.basicGetTableSpace()
           
 ZSeriesTableSpace ZSeriesAuxiliaryTableImpl.basicGetTableSpace()
           
 ZSeriesTableSpace ZSeriesFactoryImpl.createZSeriesTableSpace()
           
 ZSeriesTableSpace ZSeriesTableImpl.getTableSpace()
           
 ZSeriesTableSpace ZSeriesPartitionImpl.getTableSpace()
           
 ZSeriesTableSpace ZSeriesMaterializedQueryTableImpl.getTableSpace()
           
 ZSeriesTableSpace ZSeriesAuxiliaryTableImpl.getTableSpace()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesTableSpace
 org.eclipse.emf.common.notify.NotificationChain ZSeriesTableImpl.basicSetTableSpace(ZSeriesTableSpace newTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ZSeriesPartitionImpl.basicSetTableSpace(ZSeriesTableSpace newTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ZSeriesMaterializedQueryTableImpl.basicSetTableSpace(ZSeriesTableSpace newTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ZSeriesAuxiliaryTableImpl.basicSetTableSpace(ZSeriesTableSpace newTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ZSeriesTableImpl.setTableSpace(ZSeriesTableSpace newTableSpace)
           
 void ZSeriesPartitionImpl.setTableSpace(ZSeriesTableSpace newTableSpace)
           
 void ZSeriesMaterializedQueryTableImpl.setTableSpace(ZSeriesTableSpace newTableSpace)
           
 void ZSeriesAuxiliaryTableImpl.setTableSpace(ZSeriesTableSpace newTableSpace)
           
 

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

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