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

Packages that use DB2AccessPlan
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
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 DB2AccessPlan in com.ibm.db.models.db2
 

Subinterfaces of DB2AccessPlan in com.ibm.db.models.db2
 interface DB2Function
          A representation of the model object 'DB2 Function'.
 interface DB2Method
          A representation of the model object 'DB2 Method'.
 interface DB2Package
          A representation of the model object 'DB2 Package'.
 interface DB2Procedure
          A representation of the model object 'DB2 Procedure'.
 interface DB2Routine
          A representation of the model object 'DB2 Routine'.
 interface DB2Trigger
          A representation of the model object 'DB2 Trigger'.
 interface DB2UserDefinedFunction
          A representation of the model object 'DB2 User Defined Function'.
 

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

Classes in com.ibm.db.models.db2.impl that implement DB2AccessPlan
 class DB2MethodImpl
          An implementation of the model object 'DB2 Method'.
 class DB2PackageImpl
          An implementation of the model object 'DB2 Package'.
 class DB2ProcedureImpl
          An implementation of the model object 'DB2 Procedure'.
 class DB2TriggerImpl
          An implementation of the model object 'DB2 Trigger'.
 class DB2UserDefinedFunctionImpl
          An implementation of the model object 'DB2 User Defined Function'.
 

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

Subinterfaces of DB2AccessPlan in com.ibm.db.models.db2.luw
 interface FederatedProcedure
          A representation of the model object 'Federated Procedure'.
 

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

Classes in com.ibm.db.models.db2.luw.impl that implement DB2AccessPlan
 class FederatedProcedureImpl
          An implementation of the model object 'Federated Procedure'.
 

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

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

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

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