Uses of Interface
org.eclipse.datatools.modelbase.sql.routines.Method

Packages that use Method
org.eclipse.datatools.modelbase.sql.routines   
org.eclipse.datatools.modelbase.sql.routines.util   
 

Uses of Method in org.eclipse.datatools.modelbase.sql.routines
 

Methods in org.eclipse.datatools.modelbase.sql.routines that return Method
 Method SQLRoutinesFactory.createMethod()
          Returns a new object of class 'Method'.
 

Uses of Method in org.eclipse.datatools.modelbase.sql.routines.util
 

Methods in org.eclipse.datatools.modelbase.sql.routines.util with parameters of type Method
 java.lang.Object SQLRoutinesSwitch.caseMethod(Method object)
          Returns the result of interpreting the object as an instance of 'Method'.