|
||||||||||
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 | |
---|---|
MergeUpdateSpecification |
getMergeUpdateSpec()
Returns the value of the 'Merge Update Spec' container reference. |
org.eclipse.emf.common.util.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 |
setMergeUpdateSpec(MergeUpdateSpecification value)
Sets the value of the ' Merge Update Spec ' 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, 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()
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()
org.eclipse.emf.common.util.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()
MergeUpdateSpecification getMergeUpdateSpec()
Assignement Expr List
'.
If the meaning of the 'Merge Update Spec' container reference isn't clear, there really should be more of a description here...
setMergeUpdateSpec(MergeUpdateSpecification)
,
SQLQueryModelPackage.getUpdateAssignmentExpression_MergeUpdateSpec()
,
MergeUpdateSpecification.getAssignementExprList()
void setMergeUpdateSpec(MergeUpdateSpecification value)
Merge Update Spec
' container reference.
value
- the new value of the 'Merge Update Spec' container reference.getMergeUpdateSpec()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |