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

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

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

Subinterfaces of LUWUserMapping in com.ibm.db.models.db2.luw
 interface LUWGenericUserMapping
          A representation of the model object 'Generic User Mapping'.
 

Methods in com.ibm.db.models.db2.luw that return LUWUserMapping
 LUWUserMapping LUWFactory.createLUWUserMapping()
          Returns a new object of class 'User Mapping'.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWUserMapping
 class LUWGenericUserMappingImpl
          An implementation of the model object 'Generic User Mapping'.
 class LUWUserMappingImpl
          An implementation of the model object 'User Mapping'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWUserMapping
 LUWUserMapping LUWFactoryImpl.createLUWUserMapping()
           
 

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

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