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

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

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

Methods in com.ibm.db.models.db2.luw that return LUWTableSpace
 LUWTableSpace LUWFactory.createLUWTableSpace()
          Returns a new object of class 'Table Space'.
 LUWTableSpace LUWStorageTable.getIndexDataTableSpace()
          Returns the value of the 'Index Data Table Space' reference.
 LUWTableSpace LUWStorageTable.getLOBDataTableSpace()
          Returns the value of the 'LOB Data Table Space' reference.
 LUWTableSpace LUWDataPartition.getLOBDataTableSpace()
          Returns the value of the 'LOB Data Table Space' reference.
 LUWTableSpace LUWStorageTable.getRegularDataTableSpace()
          Returns the value of the 'Regular Data Table Space' reference.
 LUWTableSpace LUWDataPartition.getRegularDataTableSpace()
          Returns the value of the 'Regular Data Table Space' reference.
 LUWTableSpace LUWDatabaseContainer.getTableSpace()
          Returns the value of the 'Table Space' container reference.
 

Methods in com.ibm.db.models.db2.luw with parameters of type LUWTableSpace
 void LUWStorageTable.setIndexDataTableSpace(LUWTableSpace value)
          Sets the value of the 'Index Data Table Space' reference.
 void LUWStorageTable.setLOBDataTableSpace(LUWTableSpace value)
          Sets the value of the 'LOB Data Table Space' reference.
 void LUWDataPartition.setLOBDataTableSpace(LUWTableSpace value)
          Sets the value of the 'LOB Data Table Space' reference.
 void LUWStorageTable.setRegularDataTableSpace(LUWTableSpace value)
          Sets the value of the 'Regular Data Table Space' reference.
 void LUWDataPartition.setRegularDataTableSpace(LUWTableSpace value)
          Sets the value of the 'Regular Data Table Space' reference.
 void LUWDatabaseContainer.setTableSpace(LUWTableSpace value)
          Sets the value of the 'Table Space' container reference.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWTableSpace
 class LUWTableSpaceImpl
          An implementation of the model object 'Table Space'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWTableSpace
 LUWTableSpace LUWTableImpl.basicGetIndexDataTableSpace()
           
 LUWTableSpace LUWMaterializedQueryTableImpl.basicGetIndexDataTableSpace()
           
 LUWTableSpace LUWTableImpl.basicGetLOBDataTableSpace()
           
 LUWTableSpace LUWMaterializedQueryTableImpl.basicGetLOBDataTableSpace()
           
 LUWTableSpace LUWDataPartitionImpl.basicGetLOBDataTableSpace()
           
 LUWTableSpace LUWTableImpl.basicGetRegularDataTableSpace()
           
 LUWTableSpace LUWMaterializedQueryTableImpl.basicGetRegularDataTableSpace()
           
 LUWTableSpace LUWDataPartitionImpl.basicGetRegularDataTableSpace()
           
 LUWTableSpace LUWFactoryImpl.createLUWTableSpace()
           
 LUWTableSpace LUWTableImpl.getIndexDataTableSpace()
           
 LUWTableSpace LUWMaterializedQueryTableImpl.getIndexDataTableSpace()
           
 LUWTableSpace LUWTableImpl.getLOBDataTableSpace()
           
 LUWTableSpace LUWMaterializedQueryTableImpl.getLOBDataTableSpace()
           
 LUWTableSpace LUWDataPartitionImpl.getLOBDataTableSpace()
           
 LUWTableSpace LUWTableImpl.getRegularDataTableSpace()
           
 LUWTableSpace LUWMaterializedQueryTableImpl.getRegularDataTableSpace()
           
 LUWTableSpace LUWDataPartitionImpl.getRegularDataTableSpace()
           
 LUWTableSpace LUWDatabaseContainerImpl.getTableSpace()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type LUWTableSpace
 org.eclipse.emf.common.notify.NotificationChain LUWTableImpl.basicSetIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWMaterializedQueryTableImpl.basicSetIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWTableImpl.basicSetLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWMaterializedQueryTableImpl.basicSetLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWDataPartitionImpl.basicSetLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWTableImpl.basicSetRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWMaterializedQueryTableImpl.basicSetRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWDataPartitionImpl.basicSetRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWDatabaseContainerImpl.basicSetTableSpace(LUWTableSpace newTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LUWTableImpl.setIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace)
           
 void LUWMaterializedQueryTableImpl.setIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace)
           
 void LUWTableImpl.setLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace)
           
 void LUWMaterializedQueryTableImpl.setLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace)
           
 void LUWDataPartitionImpl.setLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace)
           
 void LUWTableImpl.setRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace)
           
 void LUWMaterializedQueryTableImpl.setRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace)
           
 void LUWDataPartitionImpl.setRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace)
           
 void LUWDatabaseContainerImpl.setTableSpace(LUWTableSpace newTableSpace)
           
 

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

Methods in com.ibm.db.models.db2.luw.util with parameters of type LUWTableSpace
 java.lang.Object LUWSwitch.caseLUWTableSpace(LUWTableSpace object)
          Returns the result of interpretting the object as an instance of 'Table Space'.