|
||||||||||
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
public class ProcedureImpl
An implementation of the model object 'Procedure'.
The following features are implemented:
Method Summary | |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
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, eInverseAdd, 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 org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
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, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, 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 eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class RoutineImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class RoutineImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class RoutineImpl
public void eUnset(int featureID)
eUnset
in class RoutineImpl
public boolean eIsSet(int featureID)
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 |