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

Packages that use DB2Method
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
com.ibm.db.models.db2.util   
 

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

Methods in com.ibm.db.models.db2 that return DB2Method
 DB2Method DB2ModelFactory.createDB2Method()
          Returns a new object of class 'DB2 Method'.
 

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

Classes in com.ibm.db.models.db2.impl that implement DB2Method
 class DB2MethodImpl
          An implementation of the model object 'DB2 Method'.
 

Methods in com.ibm.db.models.db2.impl that return DB2Method
 DB2Method DB2ModelFactoryImpl.createDB2Method()
           
 

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

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