|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
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 Parameter in org.eclipse.wst.rdb.internal.models.sql.routines |
---|
Methods in org.eclipse.wst.rdb.internal.models.sql.routines that return Parameter | |
---|---|
Parameter |
SQLRoutinesFactory.createParameter()
Returns a new object of class 'Parameter'. |
Parameter |
Function.getReturnCast()
Returns the value of the 'Return Cast' containment reference. |
Parameter |
Function.getReturnScaler()
Returns the value of the 'Return Scaler' containment reference. |
Methods in org.eclipse.wst.rdb.internal.models.sql.routines with parameters of type Parameter | |
---|---|
void |
Function.setReturnCast(Parameter value)
Sets the value of the ' Return Cast ' containment reference. |
void |
Function.setReturnScaler(Parameter value)
Sets the value of the ' Return Scaler ' containment reference. |
Uses of Parameter in org.eclipse.wst.rdb.internal.models.sql.routines.impl |
---|
Classes in org.eclipse.wst.rdb.internal.models.sql.routines.impl that implement Parameter | |
---|---|
class |
ParameterImpl
An implementation of the model object 'Parameter'. |
Methods in org.eclipse.wst.rdb.internal.models.sql.routines.impl that return Parameter | |
---|---|
Parameter |
SQLRoutinesFactoryImpl.createParameter()
|
Parameter |
FunctionImpl.getReturnCast()
|
Parameter |
FunctionImpl.getReturnScaler()
|
Methods in org.eclipse.wst.rdb.internal.models.sql.routines.impl with parameters of type Parameter | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FunctionImpl.basicSetReturnCast(Parameter newReturnCast,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
FunctionImpl.basicSetReturnScaler(Parameter newReturnScaler,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
FunctionImpl.setReturnCast(Parameter newReturnCast)
|
void |
FunctionImpl.setReturnScaler(Parameter newReturnScaler)
|
Uses of Parameter 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 Parameter | |
---|---|
java.lang.Object |
SQLRoutinesSwitch.caseParameter(Parameter object)
Returns the result of interpretting the object as an instance of 'Parameter'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |