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

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

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

Methods in com.ibm.db.models.db2.luw that return LUWView
 LUWView LUWFactory.createLUWView()
          Returns a new object of class 'View'.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWView
 class LUWViewImpl
          An implementation of the model object 'View'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWView
 LUWView LUWFactoryImpl.createLUWView()
           
 

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

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