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

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

Subinterfaces of DB2Routine 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 DB2Procedure
          A representation of the model object 'DB2 Procedure'.
 interface DB2UserDefinedFunction
          A representation of the model object 'DB2 User Defined Function'.
 

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

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

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

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

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

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

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

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

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

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