|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateAssignmentExpression
A representation of the model object 'SQL Assignment Expression'.
The following features are supported:
SQLQueryModelPackage.getUpdateAssignmentExpression()
Method Summary | |
---|---|
EList |
getTargetColumnList()
Returns the value of the 'Target Column List' reference list. |
UpdateSource |
getUpdateSource()
Returns the value of the 'Update Source' containment reference. |
QueryUpdateStatement |
getUpdateStatement()
Returns the value of the 'Update Statement' container reference. |
void |
setUpdateSource(UpdateSource value)
Sets the value of the ' Update Source ' containment 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 |
---|
QueryUpdateStatement getUpdateStatement()
Assignment 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.getUpdateAssignmentExpression_UpdateStatement()
,
QueryUpdateStatement.getAssignmentClause()
void setUpdateStatement(QueryUpdateStatement value)
Update Statement
' container reference.
value
- the new value of the 'Update Statement' container reference.getUpdateStatement()
EList getTargetColumnList()
ValueExpressionColumn
.
It is bidirectional and its opposite is 'Assignment Expr Target
'.
If the meaning of the 'Target Column List' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getUpdateAssignmentExpression_TargetColumnList()
,
ValueExpressionColumn.getAssignmentExprTarget()
UpdateSource getUpdateSource()
Update Assignment Expr
'.
If the meaning of the 'Update Source' containment reference isn't clear, there really should be more of a description here...
setUpdateSource(UpdateSource)
,
SQLQueryModelPackage.getUpdateAssignmentExpression_UpdateSource()
,
UpdateSource.getUpdateAssignmentExpr()
void setUpdateSource(UpdateSource value)
Update Source
' containment reference.
value
- the new value of the 'Update Source' containment reference.getUpdateSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |