|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdatabilityExpression
A representation of the model object 'Updatability Expression'.
The following features are supported:
SQLQueryModelPackage.getUpdatabilityExpression()
Method Summary | |
---|---|
QuerySelectStatement |
getSelectStatement()
Returns the value of the 'Select Statement' container reference. |
UpdatabilityType |
getUpdatabilityType()
Returns the value of the 'Updatability Type' attribute. |
org.eclipse.emf.common.util.EList |
getUpdateOfColumnList()
Returns the value of the 'Update Of Column List' containment reference list. |
void |
setSelectStatement(QuerySelectStatement value)
Sets the value of the ' Select Statement ' container reference. |
void |
setUpdatabilityType(UpdatabilityType value)
Sets the value of the ' Updatability Type ' attribute. |
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 |
---|
UpdatabilityType getUpdatabilityType()
UpdatabilityType
.
If the meaning of the 'Updatability Type' attribute isn't clear, there really should be more of a description here...
UpdatabilityType
,
setUpdatabilityType(UpdatabilityType)
,
SQLQueryModelPackage.getUpdatabilityExpression_UpdatabilityType()
void setUpdatabilityType(UpdatabilityType value)
Updatability Type
' attribute.
value
- the new value of the 'Updatability Type' attribute.UpdatabilityType
,
getUpdatabilityType()
org.eclipse.emf.common.util.EList getUpdateOfColumnList()
UpdateOfColumn
.
It is bidirectional and its opposite is 'Updatability Expr
'.
If the meaning of the 'Update Of Column List' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getUpdatabilityExpression_UpdateOfColumnList()
,
UpdateOfColumn.getUpdatabilityExpr()
QuerySelectStatement getSelectStatement()
Updatability Expr
'.
If the meaning of the 'Select Statement' container reference isn't clear, there really should be more of a description here...
setSelectStatement(QuerySelectStatement)
,
SQLQueryModelPackage.getUpdatabilityExpression_SelectStatement()
,
QuerySelectStatement.getUpdatabilityExpr()
void setSelectStatement(QuerySelectStatement value)
Select Statement
' container reference.
value
- the new value of the 'Select Statement' container reference.getSelectStatement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |