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

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

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

Methods in com.ibm.db.models.db2.luw that return LUWDatabase
 LUWDatabase LUWFactory.createLUWDatabase()
          Returns a new object of class 'Database'.
 LUWDatabase LUWTableSpace.getDatabase()
          Returns the value of the 'Database' reference.
 LUWDatabase LUWPartitionGroup.getDatabase()
          Returns the value of the 'Database' reference.
 LUWDatabase LUWBufferPool.getDatabase()
          Returns the value of the 'Database' reference.
 LUWDatabase LUWWrapper.getLUWDatabase()
          Returns the value of the 'LUW Database' reference.
 LUWDatabase LUWServer.getLUWDatabase()
          Returns the value of the 'LUW Database' reference.
 LUWDatabase LUWFunctionMapping.getLUWDatabase()
          Returns the value of the 'LUW Database' reference.
 

Methods in com.ibm.db.models.db2.luw with parameters of type LUWDatabase
 void LUWTableSpace.setDatabase(LUWDatabase value)
          Sets the value of the 'Database' reference.
 void LUWPartitionGroup.setDatabase(LUWDatabase value)
          Sets the value of the 'Database' reference.
 void LUWBufferPool.setDatabase(LUWDatabase value)
          Sets the value of the 'Database' reference.
 void LUWWrapper.setLUWDatabase(LUWDatabase value)
          Sets the value of the 'LUW Database' reference.
 void LUWServer.setLUWDatabase(LUWDatabase value)
          Sets the value of the 'LUW Database' reference.
 void LUWFunctionMapping.setLUWDatabase(LUWDatabase value)
          Sets the value of the 'LUW Database' reference.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWDatabase
 class LUWDatabaseImpl
          An implementation of the model object 'Database'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWDatabase
 LUWDatabase LUWTableSpaceImpl.basicGetDatabase()
           
 LUWDatabase LUWPartitionGroupImpl.basicGetDatabase()
           
 LUWDatabase LUWBufferPoolImpl.basicGetDatabase()
           
 LUWDatabase LUWWrapperImpl.basicGetLUWDatabase()
           
 LUWDatabase LUWServerImpl.basicGetLUWDatabase()
           
 LUWDatabase LUWFunctionMappingImpl.basicGetLUWDatabase()
           
 LUWDatabase LUWFactoryImpl.createLUWDatabase()
           
 LUWDatabase LUWTableSpaceImpl.getDatabase()
           
 LUWDatabase LUWPartitionGroupImpl.getDatabase()
           
 LUWDatabase LUWBufferPoolImpl.getDatabase()
           
 LUWDatabase LUWWrapperImpl.getLUWDatabase()
           
 LUWDatabase LUWServerImpl.getLUWDatabase()
           
 LUWDatabase LUWFunctionMappingImpl.getLUWDatabase()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type LUWDatabase
 org.eclipse.emf.common.notify.NotificationChain LUWTableSpaceImpl.basicSetDatabase(LUWDatabase newDatabase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWPartitionGroupImpl.basicSetDatabase(LUWDatabase newDatabase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWBufferPoolImpl.basicSetDatabase(LUWDatabase newDatabase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWWrapperImpl.basicSetLUWDatabase(LUWDatabase newLUWDatabase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWServerImpl.basicSetLUWDatabase(LUWDatabase newLUWDatabase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWFunctionMappingImpl.basicSetLUWDatabase(LUWDatabase newLUWDatabase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LUWTableSpaceImpl.setDatabase(LUWDatabase newDatabase)
           
 void LUWPartitionGroupImpl.setDatabase(LUWDatabase newDatabase)
           
 void LUWBufferPoolImpl.setDatabase(LUWDatabase newDatabase)
           
 void LUWWrapperImpl.setLUWDatabase(LUWDatabase newLUWDatabase)
           
 void LUWServerImpl.setLUWDatabase(LUWDatabase newLUWDatabase)
           
 void LUWFunctionMappingImpl.setLUWDatabase(LUWDatabase newLUWDatabase)
           
 

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

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