|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CursorReference
A representation of the model object 'SQL Cursor Reference'.
The following features are supported:
SQLQueryModelPackage.getCursorReference()
Method Summary | |
---|---|
QueryDeleteStatement |
getDeleteStatement()
Returns the value of the 'Delete Statement' container reference. |
QueryUpdateStatement |
getUpdateStatement()
Returns the value of the 'Update Statement' container reference. |
void |
setDeleteStatement(QueryDeleteStatement value)
Sets the value of the ' Delete Statement ' container reference. |
void |
setUpdateStatement(QueryUpdateStatement value)
Sets the value of the ' Update Statement ' container reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
---|
getSourceInfo, getSQL, setSourceInfo, setSQL |
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 |
---|
QueryUpdateStatement getUpdateStatement()
Where Current Of Clause
'.
If the meaning of the 'Update Statement' container reference isn't clear, there really should be more of a description here...
setUpdateStatement(QueryUpdateStatement)
,
SQLQueryModelPackage.getCursorReference_UpdateStatement()
,
QueryUpdateStatement.getWhereCurrentOfClause()
void setUpdateStatement(QueryUpdateStatement value)
Update Statement
' container reference.
value
- the new value of the 'Update Statement' container reference.getUpdateStatement()
QueryDeleteStatement getDeleteStatement()
Where Current Of Clause
'.
If the meaning of the 'Delete Statement' container reference isn't clear, there really should be more of a description here...
setDeleteStatement(QueryDeleteStatement)
,
SQLQueryModelPackage.getCursorReference_DeleteStatement()
,
QueryDeleteStatement.getWhereCurrentOfClause()
void setDeleteStatement(QueryDeleteStatement value)
Delete Statement
' container reference.
value
- the new value of the 'Delete Statement' container reference.getDeleteStatement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |