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

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

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

Methods in com.ibm.db.models.db2.luw that return LUWIndex
 LUWIndex LUWFactory.createLUWIndex()
          Returns a new object of class 'Index'.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWIndex
 class LUWIndexImpl
          An implementation of the model object 'Index'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWIndex
 LUWIndex LUWFactoryImpl.createLUWIndex()
           
 

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

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