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

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

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

Methods in com.ibm.db.models.db2.luw that return LUWBufferPool
 LUWBufferPool LUWFactory.createLUWBufferPool()
          Returns a new object of class 'Buffer Pool'.
 LUWBufferPool LUWTableSpace.getBufferPool()
          Returns the value of the 'Buffer Pool' reference.
 LUWBufferPool LUWPartitionGroup.getBufferPool()
          Returns the value of the 'Buffer Pool' reference.
 LUWBufferPool LUWDatabasePartition.getBufferPool()
          Returns the value of the 'Buffer Pool' reference.
 

Methods in com.ibm.db.models.db2.luw with parameters of type LUWBufferPool
 void LUWTableSpace.setBufferPool(LUWBufferPool value)
          Sets the value of the 'Buffer Pool' reference.
 void LUWPartitionGroup.setBufferPool(LUWBufferPool value)
          Sets the value of the 'Buffer Pool' reference.
 void LUWDatabasePartition.setBufferPool(LUWBufferPool value)
          Sets the value of the 'Buffer Pool' reference.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWBufferPool
 class LUWBufferPoolImpl
          An implementation of the model object 'Buffer Pool'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWBufferPool
 LUWBufferPool LUWTableSpaceImpl.basicGetBufferPool()
           
 LUWBufferPool LUWPartitionGroupImpl.basicGetBufferPool()
           
 LUWBufferPool LUWDatabasePartitionImpl.basicGetBufferPool()
           
 LUWBufferPool LUWFactoryImpl.createLUWBufferPool()
           
 LUWBufferPool LUWTableSpaceImpl.getBufferPool()
           
 LUWBufferPool LUWPartitionGroupImpl.getBufferPool()
           
 LUWBufferPool LUWDatabasePartitionImpl.getBufferPool()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type LUWBufferPool
 org.eclipse.emf.common.notify.NotificationChain LUWTableSpaceImpl.basicSetBufferPool(LUWBufferPool newBufferPool, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWPartitionGroupImpl.basicSetBufferPool(LUWBufferPool newBufferPool, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWDatabasePartitionImpl.basicSetBufferPool(LUWBufferPool newBufferPool, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LUWTableSpaceImpl.setBufferPool(LUWBufferPool newBufferPool)
           
 void LUWPartitionGroupImpl.setBufferPool(LUWBufferPool newBufferPool)
           
 void LUWDatabasePartitionImpl.setBufferPool(LUWBufferPool newBufferPool)
           
 

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

Methods in com.ibm.db.models.db2.luw.util with parameters of type LUWBufferPool
 java.lang.Object LUWSwitch.caseLUWBufferPool(LUWBufferPool object)
          Returns the result of interpretting the object as an instance of 'Buffer Pool'.