|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Procedure
A representation of the model object 'Procedure'.
Reference: 5WD-02-Foundation-2002-12 4.27 SQL-invoked routines, 5WD-02-Foundation-2002-12 11.50
The following features are supported:
SQLRoutinesPackage.getProcedure()
Method Summary | |
---|---|
int |
getMaxResultSets()
Returns the value of the 'Max Result Sets' attribute. |
org.eclipse.emf.common.util.EList |
getResultSet()
Returns the value of the 'Result Set' containment reference list. |
boolean |
isOldSavePoint()
Returns the value of the 'Old Save Point' attribute. |
void |
setMaxResultSets(int value)
Sets the value of the ' Max Result Sets ' attribute. |
void |
setOldSavePoint(boolean value)
Sets the value of the ' Old Save Point ' 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
int getMaxResultSets()
setMaxResultSets(int)
,
SQLRoutinesPackage.getProcedure_MaxResultSets()
void setMaxResultSets(int value)
Max Result Sets
' attribute.
value
- the new value of the 'Max Result Sets' attribute.getMaxResultSets()
boolean isOldSavePoint()
setOldSavePoint(boolean)
,
SQLRoutinesPackage.getProcedure_OldSavePoint()
void setOldSavePoint(boolean value)
Old Save Point
' attribute.
value
- the new value of the 'Old Save Point' attribute.isOldSavePoint()
org.eclipse.emf.common.util.EList getResultSet()
RoutineResultTable
.
If the meaning of the 'Result Set' containment reference list isn't clear, there really should be more of a description here...
SQLRoutinesPackage.getProcedure_ResultSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |