|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserDefinedFunction | |
org.eclipse.datatools.modelbase.sql.routines | |
org.eclipse.datatools.modelbase.sql.routines.impl | |
org.eclipse.datatools.modelbase.sql.routines.util |
Uses of UserDefinedFunction in org.eclipse.datatools.modelbase.sql.routines |
Methods in org.eclipse.datatools.modelbase.sql.routines that return UserDefinedFunction | |
UserDefinedFunction |
SQLRoutinesFactory.createUserDefinedFunction()
Returns a new object of class 'User Defined Function'. |
Uses of UserDefinedFunction in org.eclipse.datatools.modelbase.sql.routines.impl |
Classes in org.eclipse.datatools.modelbase.sql.routines.impl that implement UserDefinedFunction | |
class |
UserDefinedFunctionImpl
An implementation of the model object 'User Defined Function'. |
Methods in org.eclipse.datatools.modelbase.sql.routines.impl that return UserDefinedFunction | |
UserDefinedFunction |
SQLRoutinesFactoryImpl.createUserDefinedFunction()
|
Uses of UserDefinedFunction in org.eclipse.datatools.modelbase.sql.routines.util |
Methods in org.eclipse.datatools.modelbase.sql.routines.util with parameters of type UserDefinedFunction | |
java.lang.Object |
SQLRoutinesSwitch.caseUserDefinedFunction(UserDefinedFunction object)
Returns the result of interpretting the object as an instance of 'User Defined Function'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |