|
||||||||||
| 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.23 SQL-invoked routines
The following features are supported:
SQLRoutinesPackage.getFunction()| Method Summary | |
|---|---|
Parameter |
getReturnCast()
Returns the value of the 'Return Cast' containment reference. |
Parameter |
getReturnScaler()
Returns the value of the 'Return Scaler' 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 |
setReturnScaler(Parameter value)
Sets the value of the ' Return Scaler' 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.wst.rdb.internal.models.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.wst.rdb.internal.models.sql.schema.SQLObject |
|---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject |
|---|
getInstanceProperties |
| Methods inherited from interface commonj.sdo.DataObject |
|---|
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotations |
| 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 getReturnScaler()
If the meaning of the 'Return Scaler' containment reference isn't clear, there really should be more of a description here...
setReturnScaler(Parameter),
SQLRoutinesPackage.getFunction_ReturnScaler()void setReturnScaler(Parameter value)
Return Scaler' containment reference.
value - the new value of the 'Return Scaler' containment reference.getReturnScaler()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 | |||||||||