|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public boolean isNullCall()
setNullCall(boolean)
,
SQLRoutinesPackage.getFunction_NullCall()
public void setNullCall(boolean value)
Null Call
' attribute.
value
- the new value of the 'Null Call' attribute.isNullCall()
public boolean isStatic()
setStatic(boolean)
,
SQLRoutinesPackage.getFunction_Static()
public void setStatic(boolean value)
Static
' attribute.
value
- the new value of the 'Static' attribute.isStatic()
public java.lang.String getTransformGroup()
setTransformGroup(String)
,
SQLRoutinesPackage.getFunction_TransformGroup()
public void setTransformGroup(java.lang.String value)
Transform Group
' attribute.
value
- the new value of the 'Transform Group' attribute.getTransformGroup()
public 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()
public void setTypePreserving(boolean value)
Type Preserving
' attribute.
value
- the new value of the 'Type Preserving' attribute.isTypePreserving()
public 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()
public void setMutator(boolean value)
Mutator
' attribute.
value
- the new value of the 'Mutator' attribute.isMutator()
public 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()
public void setReturnTable(RoutineResultTable value)
Return Table
' containment reference.
value
- the new value of the 'Return Table' containment reference.getReturnTable()
public 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()
public void setReturnScalar(Parameter value)
Return Scalar
' containment reference.
value
- the new value of the 'Return Scalar' containment reference.getReturnScalar()
public 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()
public 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 |