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

Packages that use Routine
org.eclipse.wst.rdb.internal.models.sql.datatypes   
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl   
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 Routine in org.eclipse.wst.rdb.internal.models.sql.datatypes
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return Routine
 Routine UserDefinedTypeOrdering.getOrderingRoutine()
          Returns the value of the 'Ordering Routine' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes with parameters of type Routine
 void UserDefinedTypeOrdering.setOrderingRoutine(Routine value)
          Sets the value of the 'Ordering Routine' reference.
 

Uses of Routine in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return Routine
 Routine UserDefinedTypeOrderingImpl.getOrderingRoutine()
          
 Routine UserDefinedTypeOrderingImpl.basicGetOrderingRoutine()
          
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl with parameters of type Routine
 void UserDefinedTypeOrderingImpl.setOrderingRoutine(Routine newOrderingRoutine)
          
 

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

Subinterfaces of Routine in org.eclipse.wst.rdb.internal.models.sql.routines
 interface BuiltInFunction
           A representation of the model object 'Built In Function'.
 interface Function
           A representation of the model object 'Function'.
 interface Method
           A representation of the model object 'Method'.
 interface Procedure
           A representation of the model object 'Procedure'.
 interface UserDefinedFunction
           A representation of the model object 'User Defined Function'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines that return Routine
 Routine Parameter.getRoutine()
          Returns the value of the 'Routine' container reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines with parameters of type Routine
 void Parameter.setRoutine(Routine value)
          Sets the value of the 'Routine' container reference.
 

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

Classes in org.eclipse.wst.rdb.internal.models.sql.routines.impl that implement Routine
 class BuiltInFunctionImpl
           An implementation of the model object 'Built In Function'.
 class FunctionImpl
           An implementation of the model object 'Function'.
 class MethodImpl
           An implementation of the model object 'Method'.
 class ProcedureImpl
           An implementation of the model object 'Procedure'.
 class RoutineImpl
           An implementation of the model object 'Routine'.
 class UserDefinedFunctionImpl
           An implementation of the model object 'User Defined Function'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines.impl that return Routine
 Routine ParameterImpl.getRoutine()
          
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines.impl with parameters of type Routine
 void ParameterImpl.setRoutine(Routine newRoutine)
          
 

Uses of Routine 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 Routine
 java.lang.Object SQLRoutinesSwitch.caseRoutine(Routine object)
          Returns the result of interpretting the object as an instance of 'Routine'.