Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.routines.Procedure

Packages that use Procedure
org.eclipse.wst.rdb.internal.models.sql.routines   
org.eclipse.wst.rdb.internal.models.sql.routines.impl   
org.eclipse.wst.rdb.internal.models.sql.routines.util   
 

Uses of Procedure in org.eclipse.wst.rdb.internal.models.sql.routines
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines that return Procedure
 Procedure SQLRoutinesFactory.createProcedure()
          Returns a new object of class 'Procedure'.
 

Uses of Procedure in org.eclipse.wst.rdb.internal.models.sql.routines.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.routines.impl that implement Procedure
 class ProcedureImpl
          An implementation of the model object 'Procedure'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines.impl that return Procedure
 Procedure SQLRoutinesFactoryImpl.createProcedure()
           
 

Uses of Procedure in org.eclipse.wst.rdb.internal.models.sql.routines.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines.util with parameters of type Procedure
 java.lang.Object SQLRoutinesSwitch.caseProcedure(Procedure object)
          Returns the result of interpretting the object as an instance of 'Procedure'.