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

Packages that use QueryUpdateStatement
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

Uses of QueryUpdateStatement in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return QueryUpdateStatement
 QueryUpdateStatement SQLQueryModelFactory.createQueryUpdateStatement()
          Returns a new object of class 'Query Update Statement'.
 QueryUpdateStatement QuerySearchCondition.getUpdateStatement()
          Returns the value of the 'Update Statement' container reference.
 QueryUpdateStatement CursorReference.getUpdateStatement()
          Returns the value of the 'Update Statement' container reference.
 QueryUpdateStatement UpdateAssignmentExpression.getUpdateStatement()
          Returns the value of the 'Update Statement' container reference.
 QueryUpdateStatement TableInDatabase.getUpdateStatement()
          Returns the value of the 'Update Statement' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryUpdateStatement
 void QuerySearchCondition.setUpdateStatement(QueryUpdateStatement value)
          Sets the value of the 'Update Statement' container reference.
 void CursorReference.setUpdateStatement(QueryUpdateStatement value)
          Sets the value of the 'Update Statement' container reference.
 void UpdateAssignmentExpression.setUpdateStatement(QueryUpdateStatement value)
          Sets the value of the 'Update Statement' container reference.
 void TableInDatabase.setUpdateStatement(QueryUpdateStatement value)
          Sets the value of the 'Update Statement' container reference.
 

Uses of QueryUpdateStatement in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return QueryUpdateStatement
static QueryUpdateStatement StatementHelper.createUpdateStatement(java.lang.String name)
           
 QueryUpdateStatement StatementHelper.createUpdateStatement(java.lang.String name, boolean addToDb)
          Deprecated.  
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type QueryUpdateStatement
static java.util.Set TableHelper.findColumnReferencesInQueryUpdateStatement(QueryUpdateStatement updateStmt)
          Returns a Set containing all ValueExpressionColumn s found in the given QueryUpdateStatement.
 

Uses of QueryUpdateStatement in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryUpdateStatement
 class QueryUpdateStatementImpl
          An implementation of the model object 'SQL Update Statement'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QueryUpdateStatement
 QueryUpdateStatement SQLQueryModelFactoryImpl.createQueryUpdateStatement()
           
 QueryUpdateStatement CursorReferenceImpl.getUpdateStatement()
           
 QueryUpdateStatement QuerySearchConditionImpl.getUpdateStatement()
           
 QueryUpdateStatement TableInDatabaseImpl.getUpdateStatement()
           
 QueryUpdateStatement UpdateAssignmentExpressionImpl.getUpdateStatement()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryUpdateStatement
 NotificationChain CursorReferenceImpl.basicSetUpdateStatement(QueryUpdateStatement newUpdateStatement, NotificationChain msgs)
           
 NotificationChain QuerySearchConditionImpl.basicSetUpdateStatement(QueryUpdateStatement newUpdateStatement, NotificationChain msgs)
           
 NotificationChain TableInDatabaseImpl.basicSetUpdateStatement(QueryUpdateStatement newUpdateStatement, NotificationChain msgs)
           
 NotificationChain UpdateAssignmentExpressionImpl.basicSetUpdateStatement(QueryUpdateStatement newUpdateStatement, NotificationChain msgs)
           
 void CursorReferenceImpl.setUpdateStatement(QueryUpdateStatement newUpdateStatement)
           
 void QuerySearchConditionImpl.setUpdateStatement(QueryUpdateStatement newUpdateStatement)
           
 void TableInDatabaseImpl.setUpdateStatement(QueryUpdateStatement newUpdateStatement)
           
 void UpdateAssignmentExpressionImpl.setUpdateStatement(QueryUpdateStatement newUpdateStatement)
           
 

Uses of QueryUpdateStatement in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QueryUpdateStatement
 java.lang.Object SQLQueryModelSwitch.caseQueryUpdateStatement(QueryUpdateStatement object)
          Returns the result of interpreting the object as an instance of 'Query Update Statement'.
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.