|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Function in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Function | |
class |
JDBCUserDefinedFunction
|
Uses of Function in org.eclipse.datatools.modelbase.sql.query |
Methods in org.eclipse.datatools.modelbase.sql.query that return Function | |
Function |
ValueExpressionFunction.getFunction()
Returns the value of the 'Function' reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type Function | |
void |
ValueExpressionFunction.setFunction(Function value)
Sets the value of the ' Function ' reference. |
Uses of Function in org.eclipse.datatools.modelbase.sql.query.impl |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return Function | |
Function |
ValueExpressionFunctionImpl.getFunction()
|
Function |
ValueExpressionFunctionImpl.basicGetFunction()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type Function | |
void |
ValueExpressionFunctionImpl.setFunction(Function newFunction)
|
Uses of Function in org.eclipse.datatools.modelbase.sql.routines |
Subinterfaces of Function in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.routines that return Function | |
Function |
SQLRoutinesFactory.createFunction()
Returns a new object of class 'Function'. |
Uses of Function in org.eclipse.datatools.modelbase.sql.routines.impl |
Classes in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.routines.impl that return Function | |
Function |
SQLRoutinesFactoryImpl.createFunction()
|
Uses of Function in org.eclipse.datatools.modelbase.sql.routines.util |
Methods in org.eclipse.datatools.modelbase.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'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |