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

Packages that use LUWWrapper
com.ibm.db.models.db2.luw   
com.ibm.db.models.db2.luw.BlastWrapper   
com.ibm.db.models.db2.luw.BlastWrapper.impl   
com.ibm.db.models.db2.luw.BlastWrapper.util   
com.ibm.db.models.db2.luw.impl   
com.ibm.db.models.db2.luw.OracleWrapper   
com.ibm.db.models.db2.luw.OracleWrapper.impl   
com.ibm.db.models.db2.luw.OracleWrapper.util   
com.ibm.db.models.db2.luw.util   
 

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

Subinterfaces of LUWWrapper in com.ibm.db.models.db2.luw
 interface LUWGenericWrapper
          A representation of the model object 'Generic Wrapper'.
 interface LUWNonRelationalWrapper
          A representation of the model object 'Non Relational Wrapper'.
 interface LUWRelationalWrapper
          A representation of the model object 'Relational Wrapper'.
 

Methods in com.ibm.db.models.db2.luw that return LUWWrapper
 LUWWrapper LUWServer.getWrapper()
          Returns the value of the 'Wrapper' reference.
 

Methods in com.ibm.db.models.db2.luw with parameters of type LUWWrapper
 void LUWServer.setWrapper(LUWWrapper value)
          Sets the value of the 'Wrapper' reference.
 void LUWGenericServer.setWrapper(LUWWrapper newGenericWrapper)
           
 

Uses of LUWWrapper in com.ibm.db.models.db2.luw.BlastWrapper
 

Subinterfaces of LUWWrapper in com.ibm.db.models.db2.luw.BlastWrapper
 interface BlastWrapper
          A representation of the model object 'BlastWrapper'.
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper with parameters of type LUWWrapper
 void BlastServer.setWrapper(LUWWrapper newBlastWrapper)
           
 

Uses of LUWWrapper in com.ibm.db.models.db2.luw.BlastWrapper.impl
 

Classes in com.ibm.db.models.db2.luw.BlastWrapper.impl that implement LUWWrapper
 class BlastWrapperImpl
          An implementation of the model object 'BlastWrapper'.
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper.impl with parameters of type LUWWrapper
 void BlastServerImpl.setWrapper(LUWWrapper newBlastWrapper)
           
 

Uses of LUWWrapper in com.ibm.db.models.db2.luw.BlastWrapper.util
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper.util with parameters of type LUWWrapper
 java.lang.Object BlastWrapperSwitch.caseLUWWrapper(LUWWrapper object)
          Returns the result of interpretting the object as an instance of 'Wrapper'.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWWrapper
 class LUWGenericWrapperImpl
          An implementation of the model object 'Generic Wrapper'.
 class LUWNonRelationalWrapperImpl
          An implementation of the model object 'Non Relational Wrapper'.
 class LUWRelationalWrapperImpl
          An implementation of the model object 'Relational Wrapper'.
 class LUWWrapperImpl
          An implementation of the model object 'Wrapper'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWWrapper
 LUWWrapper LUWServerImpl.basicGetWrapper()
           
 LUWWrapper LUWServerImpl.getWrapper()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type LUWWrapper
 org.eclipse.emf.common.notify.NotificationChain LUWServerImpl.basicSetWrapper(LUWWrapper newWrapper, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LUWServerImpl.setWrapper(LUWWrapper newWrapper)
           
 void LUWGenericServerImpl.setWrapper(LUWWrapper newGenericWrapper)
           
 

Uses of LUWWrapper in com.ibm.db.models.db2.luw.OracleWrapper
 

Subinterfaces of LUWWrapper in com.ibm.db.models.db2.luw.OracleWrapper
 interface OracleWrapper
          A representation of the model object 'OracleWrapper'.
 

Methods in com.ibm.db.models.db2.luw.OracleWrapper with parameters of type LUWWrapper
 void OracleServer.setWrapper(LUWWrapper newOracleWrapper)
           
 

Uses of LUWWrapper in com.ibm.db.models.db2.luw.OracleWrapper.impl
 

Classes in com.ibm.db.models.db2.luw.OracleWrapper.impl that implement LUWWrapper
 class OracleWrapperImpl
          An implementation of the model object 'OracleWrapper'.
 

Methods in com.ibm.db.models.db2.luw.OracleWrapper.impl with parameters of type LUWWrapper
 void OracleServerImpl.setWrapper(LUWWrapper newOracleWrapper)
           
 

Uses of LUWWrapper in com.ibm.db.models.db2.luw.OracleWrapper.util
 

Methods in com.ibm.db.models.db2.luw.OracleWrapper.util with parameters of type LUWWrapper
 java.lang.Object OracleWrapperSwitch.caseLUWWrapper(LUWWrapper object)
          Returns the result of interpretting the object as an instance of 'Wrapper'.
 

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

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