|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Function
A representation of the model object 'Function'. Reference: 5WD-02-Foundation-2002-12 4.27 SQL-invoked routines
The following features are supported:
SQLRoutinesPackage.getFunction()
Method Summary | |
---|---|
Parameter |
getReturnCast()
Returns the value of the 'Return Cast' containment reference. |
Parameter |
getReturnScalar()
Returns the value of the 'Return Scalar' containment reference. |
RoutineResultTable |
getReturnTable()
Returns the value of the 'Return Table' containment reference. |
java.lang.String |
getTransformGroup()
Returns the value of the 'Transform Group' attribute. |
boolean |
isMutator()
Returns the value of the 'Mutator' attribute. |
boolean |
isNullCall()
Returns the value of the 'Null Call' attribute. |
boolean |
isStatic()
Returns the value of the 'Static' attribute. |
boolean |
isTypePreserving()
Returns the value of the 'Type Preserving' attribute. |
void |
setMutator(boolean value)
Sets the value of the ' Mutator ' attribute. |
void |
setNullCall(boolean value)
Sets the value of the ' Null Call ' attribute. |
void |
setReturnCast(Parameter value)
Sets the value of the ' Return Cast ' containment reference. |
void |
setReturnScalar(Parameter value)
Sets the value of the ' Return Scalar ' containment reference. |
void |
setReturnTable(RoutineResultTable value)
Sets the value of the ' Return Table ' containment reference. |
void |
setStatic(boolean value)
Sets the value of the ' Static ' attribute. |
void |
setTransformGroup(java.lang.String value)
Sets the value of the ' Transform Group ' attribute. |
void |
setTypePreserving(boolean value)
Sets the value of the ' Type Preserving ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.routines.Routine |
---|
getAuthorizationID, getCreationTS, getExternalName, getInputParameters, getLanguage, getLastAlteredTS, getOutputParameters, getParameters, getParameterStyle, getSchema, getSecurity, getSource, getSpecificName, getSqlDataAccess, isDeterministic, setAuthorizationID, setCreationTS, setDeterministic, setExternalName, setLanguage, setLastAlteredTS, setParameterStyle, setSchema, setSecurity, setSource, setSpecificName, setSqlDataAccess |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isNullCall()
setNullCall(boolean)
,
SQLRoutinesPackage.getFunction_NullCall()
void setNullCall(boolean value)
Null Call
' attribute.
value
- the new value of the 'Null Call' attribute.isNullCall()
boolean isStatic()
setStatic(boolean)
,
SQLRoutinesPackage.getFunction_Static()
void setStatic(boolean value)
Static
' attribute.
value
- the new value of the 'Static' attribute.isStatic()
java.lang.String getTransformGroup()
setTransformGroup(String)
,
SQLRoutinesPackage.getFunction_TransformGroup()
void setTransformGroup(java.lang.String value)
Transform Group
' attribute.
value
- the new value of the 'Transform Group' attribute.getTransformGroup()
boolean isTypePreserving()
If the meaning of the 'Type Preserving' attribute isn't clear, there really should be more of a description here...
setTypePreserving(boolean)
,
SQLRoutinesPackage.getFunction_TypePreserving()
void setTypePreserving(boolean value)
Type Preserving
' attribute.
value
- the new value of the 'Type Preserving' attribute.isTypePreserving()
boolean isMutator()
If the meaning of the 'Mutator' attribute isn't clear, there really should be more of a description here...
setMutator(boolean)
,
SQLRoutinesPackage.getFunction_Mutator()
void setMutator(boolean value)
Mutator
' attribute.
value
- the new value of the 'Mutator' attribute.isMutator()
RoutineResultTable getReturnTable()
If the meaning of the 'Return Table' containment reference isn't clear, there really should be more of a description here...
setReturnTable(RoutineResultTable)
,
SQLRoutinesPackage.getFunction_ReturnTable()
void setReturnTable(RoutineResultTable value)
Return Table
' containment reference.
value
- the new value of the 'Return Table' containment reference.getReturnTable()
Parameter getReturnScalar()
If the meaning of the 'Return Scalar' containment reference isn't clear, there really should be more of a description here...
setReturnScalar(Parameter)
,
SQLRoutinesPackage.getFunction_ReturnScalar()
void setReturnScalar(Parameter value)
Return Scalar
' containment reference.
value
- the new value of the 'Return Scalar' containment reference.getReturnScalar()
Parameter getReturnCast()
If the meaning of the 'Return Cast' containment reference isn't clear, there really should be more of a description here...
setReturnCast(Parameter)
,
SQLRoutinesPackage.getFunction_ReturnCast()
void setReturnCast(Parameter value)
Return Cast
' containment reference.
value
- the new value of the 'Return Cast' containment reference.getReturnCast()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |