|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Parameter in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
---|
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Parameter | |
---|---|
class |
JDBCParameter
|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that return Parameter | |
---|---|
Parameter |
JDBCUserDefinedFunction.getReturnScalar()
|
Uses of Parameter in org.eclipse.datatools.modelbase.sql.routines |
---|
Methods in org.eclipse.datatools.modelbase.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.getReturnScalar()
Returns the value of the 'Return Scalar' containment reference. |
Methods in org.eclipse.datatools.modelbase.sql.routines with parameters of type Parameter | |
---|---|
void |
Function.setReturnCast(Parameter value)
Sets the value of the ' Return Cast ' containment reference. |
void |
Function.setReturnScalar(Parameter value)
Sets the value of the ' Return Scalar ' containment reference. |
Uses of Parameter in org.eclipse.datatools.modelbase.sql.routines.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.routines.impl that implement Parameter | |
---|---|
class |
ParameterImpl
An implementation of the model object 'Parameter'. |
Methods in org.eclipse.datatools.modelbase.sql.routines.impl that return Parameter | |
---|---|
Parameter |
SQLRoutinesFactoryImpl.createParameter()
|
Parameter |
FunctionImpl.getReturnCast()
|
Parameter |
FunctionImpl.getReturnScalar()
|
Methods in org.eclipse.datatools.modelbase.sql.routines.impl with parameters of type Parameter | |
---|---|
NotificationChain |
FunctionImpl.basicSetReturnCast(Parameter newReturnCast,
NotificationChain msgs)
|
NotificationChain |
FunctionImpl.basicSetReturnScalar(Parameter newReturnScalar,
NotificationChain msgs)
|
void |
FunctionImpl.setReturnCast(Parameter newReturnCast)
|
void |
FunctionImpl.setReturnScalar(Parameter newReturnScalar)
|
Uses of Parameter in org.eclipse.datatools.modelbase.sql.routines.util |
---|
Methods in org.eclipse.datatools.modelbase.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 |