|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UpdateAssignmentExpression in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return UpdateAssignmentExpression | |
---|---|
UpdateAssignmentExpression |
SQLQueryModelFactory.createUpdateAssignmentExpression()
Returns a new object of class 'Update Assignment Expression'. |
UpdateAssignmentExpression |
UpdateSource.getUpdateAssignmentExpr()
Returns the value of the 'Update Assignment Expr' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type UpdateAssignmentExpression | |
---|---|
void |
UpdateSource.setUpdateAssignmentExpr(UpdateAssignmentExpression value)
Sets the value of the ' Update Assignment Expr ' container reference. |
Uses of UpdateAssignmentExpression in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type UpdateAssignmentExpression | |
---|---|
static java.util.Set |
TableHelper.findColumnReferencesInUpdateAssignmentExpr(UpdateAssignmentExpression updateAssignmentExpr)
Returns a Set containing all ValueExpressionColumn s found
in the given List of UpdateAssignmentExpression . |
Uses of UpdateAssignmentExpression in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement UpdateAssignmentExpression | |
---|---|
class |
UpdateAssignmentExpressionImpl
An implementation of the model object 'Update Assignment Expression'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return UpdateAssignmentExpression | |
---|---|
UpdateAssignmentExpression |
SQLQueryModelFactoryImpl.createUpdateAssignmentExpression()
|
UpdateAssignmentExpression |
UpdateSourceImpl.getUpdateAssignmentExpr()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type UpdateAssignmentExpression | |
---|---|
NotificationChain |
UpdateSourceImpl.basicSetUpdateAssignmentExpr(UpdateAssignmentExpression newUpdateAssignmentExpr,
NotificationChain msgs)
|
void |
UpdateSourceImpl.setUpdateAssignmentExpr(UpdateAssignmentExpression newUpdateAssignmentExpr)
|
Uses of UpdateAssignmentExpression in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type UpdateAssignmentExpression | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseUpdateAssignmentExpression(UpdateAssignmentExpression object)
Returns the result of interpreting the object as an instance of 'Update Assignment Expression'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |