Uses of Interface
com.ibm.db.models.db2.DB2View

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

Uses of DB2View in com.ibm.db.models.db2
 

Methods in com.ibm.db.models.db2 that return DB2View
 DB2View DB2ModelFactory.createDB2View()
          Returns a new object of class 'DB2 View'.
 

Uses of DB2View in com.ibm.db.models.db2.impl
 

Classes in com.ibm.db.models.db2.impl that implement DB2View
 class DB2ViewImpl
          An implementation of the model object 'DB2 View'.
 

Methods in com.ibm.db.models.db2.impl that return DB2View
 DB2View DB2ModelFactoryImpl.createDB2View()
           
 

Uses of DB2View in com.ibm.db.models.db2.iSeries
 

Subinterfaces of DB2View in com.ibm.db.models.db2.iSeries
 interface ISeriesView
          A representation of the model object 'View'.
 

Uses of DB2View in com.ibm.db.models.db2.iSeries.impl
 

Classes in com.ibm.db.models.db2.iSeries.impl that implement DB2View
 class ISeriesViewImpl
          An implementation of the model object 'View'.
 

Uses of DB2View in com.ibm.db.models.db2.iSeries.util
 

Methods in com.ibm.db.models.db2.iSeries.util with parameters of type DB2View
 java.lang.Object ISeriesSwitch.caseDB2View(DB2View object)
          Returns the result of interpretting the object as an instance of 'DB2 View'.
 

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

Subinterfaces of DB2View in com.ibm.db.models.db2.luw
 interface LUWView
          A representation of the model object 'View'.
 

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

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

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

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

Uses of DB2View in com.ibm.db.models.db2.util
 

Methods in com.ibm.db.models.db2.util with parameters of type DB2View
 java.lang.Object DB2ModelSwitch.caseDB2View(DB2View object)
          Returns the result of interpretting the object as an instance of 'DB2 View'.