|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryUpdateStatement
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 |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
---|
getSQL, setSQL |
Method Detail |
---|
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()
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()
void setWhereCurrentOfClause(CursorReference value)
Where Current Of Clause
' containment reference.
value
- the new value of the 'Where Current Of Clause' containment reference.getWhereCurrentOfClause()
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()
void setWhereClause(QuerySearchCondition value)
Where Clause
' containment reference.
value
- the new value of the 'Where Clause' containment reference.isSetWhereClause()
,
unsetWhereClause()
,
getWhereClause()
void unsetWhereClause()
Where Clause
' containment reference.
isSetWhereClause()
,
getWhereClause()
,
setWhereClause(QuerySearchCondition)
boolean isSetWhereClause()
Where Clause
' containment reference is set.
unsetWhereClause()
,
getWhereClause()
,
setWhereClause(QuerySearchCondition)
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()
void setTargetTable(TableInDatabase value)
Target Table
' containment reference.
value
- the new value of the 'Target Table' containment reference.isSetTargetTable()
,
unsetTargetTable()
,
getTargetTable()
void unsetTargetTable()
Target Table
' containment reference.
isSetTargetTable()
,
getTargetTable()
,
setTargetTable(TableInDatabase)
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 |