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

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

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

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

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

Classes in org.eclipse.wst.rdb.internal.models.sql.routines.impl that implement Function
 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 UserDefinedFunctionImpl
          An implementation of the model object 'User Defined Function'.
 

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

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