Uses of Interface
org.eclipse.datatools.modelbase.sql.query.UpdateAssignmentExpression

Packages that use UpdateAssignmentExpression
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
org.eclipse.datatools.sqltools.sqlbuilder.model   
 

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 ValueExpressionColumns found in the given List of UpdateAssignmentExpression.
 

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'.
 

Uses of UpdateAssignmentExpression in org.eclipse.datatools.sqltools.parsers.sql.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return UpdateAssignmentExpression
 UpdateAssignmentExpression SQLQueryParserFactory.createUpdateAssignmentExpression(java.util.List aTargetColList, java.util.List aExprList)
           
 UpdateAssignmentExpression SQLQueryParserFactory.createUpdateAssignmentExpression(java.util.List aTargetColList, QueryExpressionBody aUpdateQuery)
           
 UpdateAssignmentExpression SQLQueryParserFactory.createUpdateAssignmentExpression(ValueExpressionColumn aTargetCol, QueryValueExpression aExpr)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type UpdateAssignmentExpression
 java.util.List SQLQueryParserFactory.createUpdateAssignmentClause(java.util.List aExprList, UpdateAssignmentExpression aExpr)
           
 

Uses of UpdateAssignmentExpression in org.eclipse.datatools.sqltools.sqlbuilder.model
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return UpdateAssignmentExpression
static UpdateAssignmentExpression UpdateHelper.getAssignmentExprForColumn(QueryUpdateStatement statement, ValueExpressionColumn column)
          Returns the UpdateAssignmentExpression from the given update statement, which contains the given column
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model with parameters of type UpdateAssignmentExpression
static void UpdateHelper.createUpdateSourceExpressionList(UpdateAssignmentExpression assignExpr, ValueExpressionColumn column, QueryValueExpression valueExpr)
          Creates an UpdateSourceExpressionList which contains the given QueryValueExpression for the given column and adds it to the given AssignmentExpression
static void UpdateHelper.createUpdateSourceQuery(UpdateAssignmentExpression assignExpr, QueryExpressionBody query)
          Creates an UpdateSourceQuery which contains the given QueryExpressionBody, and adds it to the given AssignmentExpression