|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public 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()
public void setUpdateStatement(QueryUpdateStatement value)
Update Statement
' container reference.
value
- the new value of the 'Update Statement' container reference.getUpdateStatement()
public 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()
public 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 |