|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Method'. Reference: 5WD-02-Foundation-2002-12 4.27 SQL-invoked routines
The following features are supported:
SQLRoutinesPackage.getMethod()
Method Summary | |
boolean |
isConstructor()
Returns the value of the 'Constructor' attribute. |
boolean |
isOverriding()
Returns the value of the 'Overriding' attribute. |
void |
setConstructor(boolean value)
Sets the value of the ' Constructor ' attribute. |
void |
setOverriding(boolean value)
Sets the value of the ' Overriding ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.routines.Function |
getReturnCast, getReturnScalar, getReturnTable, getTransformGroup, isMutator, isNullCall, isStatic, isTypePreserving, setMutator, setNullCall, setReturnCast, setReturnScalar, setReturnTable, setStatic, setTransformGroup, setTypePreserving |
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 isOverriding()
If the meaning of the 'Overriding' attribute isn't clear, there really should be more of a description here...
setOverriding(boolean)
,
SQLRoutinesPackage.getMethod_Overriding()
public void setOverriding(boolean value)
Overriding
' attribute.
value
- the new value of the 'Overriding' attribute.isOverriding()
public boolean isConstructor()
If the meaning of the 'Constructor' attribute isn't clear, there really should be more of a description here...
setConstructor(boolean)
,
SQLRoutinesPackage.getMethod_Constructor()
public void setConstructor(boolean value)
Constructor
' attribute.
value
- the new value of the 'Constructor' attribute.isConstructor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |