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

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

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

Methods in com.ibm.db.models.db2.luw that return LUWOption
 LUWOption LUWFactory.createLUWOption()
          Returns a new object of class 'Option'.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWOption
 class LUWOptionImpl
          An implementation of the model object 'Option'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWOption
 LUWOption LUWFactoryImpl.createLUWOption()
           
 

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

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