|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Update Statement'.
The following features are supported:
SQLQueryModelPackage.getQueryUpdateStatement()
Method Summary | |
EList |
getAssignmentClause()
Returns the value of the 'Assignment Clause' containment reference list. |
TableInDatabase |
getTargetTable()
Returns the value of the 'Target Table' containment reference. |
QuerySearchCondition |
getWhereClause()
Returns the value of the 'Where Clause' containment reference. |
CursorReference |
getWhereCurrentOfClause()
Returns the value of the 'Where Current Of Clause' containment reference. |
boolean |
isSetTargetTable()
Returns whether the value of the ' Target Table ' containment reference is set. |
boolean |
isSetWhereClause()
Returns whether the value of the ' Where Clause ' containment reference is set. |
void |
setTargetTable(TableInDatabase value)
Sets the value of the ' Target Table ' containment reference. |
void |
setWhereClause(QuerySearchCondition value)
Sets the value of the ' Where Clause ' containment reference. |
void |
setWhereCurrentOfClause(CursorReference value)
Sets the value of the ' Where Current Of Clause ' containment reference. |
void |
unsetTargetTable()
Unsets the value of the ' Target Table ' containment reference. |
void |
unsetWhereClause()
Unsets the value of the ' Where Clause ' containment 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 |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
getSQL, setSQL |
Method Detail |
public EList getAssignmentClause()
UpdateAssignmentExpression
.
It is bidirectional and its opposite is 'Update Statement
'.
If the meaning of the 'Assignment Clause' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getQueryUpdateStatement_AssignmentClause()
,
UpdateAssignmentExpression.getUpdateStatement()
public CursorReference getWhereCurrentOfClause()
Update Statement
'.
If the meaning of the 'Where Current Of Clause' containment reference isn't clear, there really should be more of a description here...
setWhereCurrentOfClause(CursorReference)
,
SQLQueryModelPackage.getQueryUpdateStatement_WhereCurrentOfClause()
,
CursorReference.getUpdateStatement()
public void setWhereCurrentOfClause(CursorReference value)
Where Current Of Clause
' containment reference.
value
- the new value of the 'Where Current Of Clause' containment reference.getWhereCurrentOfClause()
public QuerySearchCondition getWhereClause()
Update Statement
'.
If the meaning of the 'Where Clause' containment reference isn't clear, there really should be more of a description here...
isSetWhereClause()
,
unsetWhereClause()
,
setWhereClause(QuerySearchCondition)
,
SQLQueryModelPackage.getQueryUpdateStatement_WhereClause()
,
QuerySearchCondition.getUpdateStatement()
public void setWhereClause(QuerySearchCondition value)
Where Clause
' containment reference.
value
- the new value of the 'Where Clause' containment reference.isSetWhereClause()
,
unsetWhereClause()
,
getWhereClause()
public void unsetWhereClause()
Where Clause
' containment reference.
isSetWhereClause()
,
getWhereClause()
,
setWhereClause(QuerySearchCondition)
public boolean isSetWhereClause()
Where Clause
' containment reference is set.
unsetWhereClause()
,
getWhereClause()
,
setWhereClause(QuerySearchCondition)
public TableInDatabase getTargetTable()
Update Statement
'.
If the meaning of the 'Target Table' containment reference isn't clear, there really should be more of a description here...
isSetTargetTable()
,
unsetTargetTable()
,
setTargetTable(TableInDatabase)
,
SQLQueryModelPackage.getQueryUpdateStatement_TargetTable()
,
TableInDatabase.getUpdateStatement()
public void setTargetTable(TableInDatabase value)
Target Table
' containment reference.
value
- the new value of the 'Target Table' containment reference.isSetTargetTable()
,
unsetTargetTable()
,
getTargetTable()
public void unsetTargetTable()
Target Table
' containment reference.
isSetTargetTable()
,
getTargetTable()
,
setTargetTable(TableInDatabase)
public boolean isSetTargetTable()
Target Table
' containment reference is set.
unsetTargetTable()
,
getTargetTable()
,
setTargetTable(TableInDatabase)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |