|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.query.impl.SQLQueryObjectImpl
org.eclipse.datatools.modelbase.sql.query.impl.QueryStatementImpl
org.eclipse.datatools.modelbase.sql.query.impl.QueryChangeStatementImpl
org.eclipse.datatools.modelbase.sql.query.impl.QueryUpdateStatementImpl
An implementation of the model object 'SQL Update Statement'.
The following features are implemented:
| Method Summary | |
NotificationChain |
basicSetTargetTable(TableInDatabase newTargetTable,
NotificationChain msgs)
|
NotificationChain |
basicSetWhereClause(QuerySearchCondition newWhereClause,
NotificationChain msgs)
|
NotificationChain |
basicSetWhereCurrentOfClause(CursorReference newWhereCurrentOfClause,
NotificationChain msgs)
|
NotificationChain |
basicUnsetTargetTable(NotificationChain msgs)
|
NotificationChain |
basicUnsetWhereClause(NotificationChain msgs)
|
java.lang.Object |
eGet(EStructuralFeature eFeature,
boolean resolve)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
|
boolean |
eIsSet(EStructuralFeature eFeature)
|
void |
eSet(EStructuralFeature eFeature,
java.lang.Object newValue)
|
void |
eUnset(EStructuralFeature eFeature)
|
EList |
getAssignmentClause()
|
TableInDatabase |
getTargetTable()
|
QuerySearchCondition |
getWhereClause()
|
CursorReference |
getWhereCurrentOfClause()
|
boolean |
isSetTargetTable()
|
boolean |
isSetWhereClause()
|
void |
setTargetTable(TableInDatabase newTargetTable)
|
void |
setWhereClause(QuerySearchCondition newWhereClause)
|
void |
setWhereCurrentOfClause(CursorReference newWhereCurrentOfClause)
|
void |
unsetTargetTable()
|
void |
unsetWhereClause()
|
| Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.QueryStatementImpl |
getSQL, setSQL |
| Methods inherited from class org.eclipse.datatools.modelbase.sql.query.impl.SQLQueryObjectImpl |
getSourceInfo, setSourceInfo |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
| Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
getSQL, setSQL |
| Method Detail |
public EList getAssignmentClause()
getAssignmentClause in interface QueryUpdateStatementSQLQueryModelPackage.getQueryUpdateStatement_AssignmentClause(),
UpdateAssignmentExpression.getUpdateStatement()public CursorReference getWhereCurrentOfClause()
getWhereCurrentOfClause in interface QueryUpdateStatementQueryUpdateStatement.setWhereCurrentOfClause(CursorReference),
SQLQueryModelPackage.getQueryUpdateStatement_WhereCurrentOfClause(),
CursorReference.getUpdateStatement()
public NotificationChain basicSetWhereCurrentOfClause(CursorReference newWhereCurrentOfClause,
NotificationChain msgs)
public void setWhereCurrentOfClause(CursorReference newWhereCurrentOfClause)
setWhereCurrentOfClause in interface QueryUpdateStatementnewWhereCurrentOfClause - the new value of the 'Where Current Of Clause' containment reference.QueryUpdateStatement.getWhereCurrentOfClause()public QuerySearchCondition getWhereClause()
getWhereClause in interface QueryUpdateStatementQueryUpdateStatement.isSetWhereClause(),
QueryUpdateStatement.unsetWhereClause(),
QueryUpdateStatement.setWhereClause(QuerySearchCondition),
SQLQueryModelPackage.getQueryUpdateStatement_WhereClause(),
QuerySearchCondition.getUpdateStatement()
public NotificationChain basicSetWhereClause(QuerySearchCondition newWhereClause,
NotificationChain msgs)
public void setWhereClause(QuerySearchCondition newWhereClause)
setWhereClause in interface QueryUpdateStatementnewWhereClause - the new value of the 'Where Clause' containment reference.QueryUpdateStatement.isSetWhereClause(),
QueryUpdateStatement.unsetWhereClause(),
QueryUpdateStatement.getWhereClause()public NotificationChain basicUnsetWhereClause(NotificationChain msgs)
public void unsetWhereClause()
unsetWhereClause in interface QueryUpdateStatementQueryUpdateStatement.isSetWhereClause(),
QueryUpdateStatement.getWhereClause(),
QueryUpdateStatement.setWhereClause(QuerySearchCondition)public boolean isSetWhereClause()
isSetWhereClause in interface QueryUpdateStatementQueryUpdateStatement.unsetWhereClause(),
QueryUpdateStatement.getWhereClause(),
QueryUpdateStatement.setWhereClause(QuerySearchCondition)public TableInDatabase getTargetTable()
getTargetTable in interface QueryUpdateStatementQueryUpdateStatement.isSetTargetTable(),
QueryUpdateStatement.unsetTargetTable(),
QueryUpdateStatement.setTargetTable(TableInDatabase),
SQLQueryModelPackage.getQueryUpdateStatement_TargetTable(),
TableInDatabase.getUpdateStatement()
public NotificationChain basicSetTargetTable(TableInDatabase newTargetTable,
NotificationChain msgs)
public void setTargetTable(TableInDatabase newTargetTable)
setTargetTable in interface QueryUpdateStatementnewTargetTable - the new value of the 'Target Table' containment reference.QueryUpdateStatement.isSetTargetTable(),
QueryUpdateStatement.unsetTargetTable(),
QueryUpdateStatement.getTargetTable()public NotificationChain basicUnsetTargetTable(NotificationChain msgs)
public void unsetTargetTable()
unsetTargetTable in interface QueryUpdateStatementQueryUpdateStatement.isSetTargetTable(),
QueryUpdateStatement.getTargetTable(),
QueryUpdateStatement.setTargetTable(TableInDatabase)public boolean isSetTargetTable()
isSetTargetTable in interface QueryUpdateStatementQueryUpdateStatement.unsetTargetTable(),
QueryUpdateStatement.getTargetTable(),
QueryUpdateStatement.setTargetTable(TableInDatabase)
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
eInverseAdd in class QueryChangeStatementImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
NotificationChain msgs)
eInverseRemove in class QueryChangeStatementImpl
public java.lang.Object eGet(EStructuralFeature eFeature,
boolean resolve)
eGet in class QueryChangeStatementImpl
public void eSet(EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in class QueryChangeStatementImplpublic void eUnset(EStructuralFeature eFeature)
eUnset in class QueryChangeStatementImplpublic boolean eIsSet(EStructuralFeature eFeature)
eIsSet in class QueryChangeStatementImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||