|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.routines.impl.RoutineImpl
org.eclipse.datatools.modelbase.sql.routines.impl.ProcedureImpl
An implementation of the model object 'Procedure'.
The following features are implemented:
Method Summary | |
java.lang.Object |
eGet(EStructuralFeature eFeature,
boolean resolve)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
|
boolean |
eIsSet(EStructuralFeature eFeature)
|
void |
eSet(EStructuralFeature eFeature,
java.lang.Object newValue)
|
void |
eUnset(EStructuralFeature eFeature)
|
int |
getMaxResultSets()
|
EList |
getResultSet()
|
boolean |
isOldSavePoint()
|
void |
setMaxResultSets(int newMaxResultSets)
|
void |
setOldSavePoint(boolean newOldSavePoint)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.datatools.modelbase.sql.routines.impl.RoutineImpl |
basicGetSchema, basicSetSchema, basicSetSource, 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 class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public int getMaxResultSets()
getMaxResultSets
in interface Procedure
Procedure.setMaxResultSets(int)
,
SQLRoutinesPackage.getProcedure_MaxResultSets()
public void setMaxResultSets(int newMaxResultSets)
setMaxResultSets
in interface Procedure
newMaxResultSets
- the new value of the 'Max Result Sets' attribute.Procedure.getMaxResultSets()
public boolean isOldSavePoint()
isOldSavePoint
in interface Procedure
Procedure.setOldSavePoint(boolean)
,
SQLRoutinesPackage.getProcedure_OldSavePoint()
public void setOldSavePoint(boolean newOldSavePoint)
setOldSavePoint
in interface Procedure
newOldSavePoint
- the new value of the 'Old Save Point' attribute.Procedure.isOldSavePoint()
public EList getResultSet()
getResultSet
in interface Procedure
SQLRoutinesPackage.getProcedure_ResultSet()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, java.lang.Class baseClass, NotificationChain msgs)
eInverseAdd
in class RoutineImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, java.lang.Class baseClass, NotificationChain msgs)
eInverseRemove
in class RoutineImpl
public java.lang.Object eGet(EStructuralFeature eFeature, boolean resolve)
eGet
in class RoutineImpl
public void eSet(EStructuralFeature eFeature, java.lang.Object newValue)
eSet
in class RoutineImpl
public void eUnset(EStructuralFeature eFeature)
eUnset
in class RoutineImpl
public boolean eIsSet(EStructuralFeature eFeature)
eIsSet
in class RoutineImpl
public java.lang.String toString()
toString
in class RoutineImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |