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 UpdateAssignmentExpression.getUpdateStatement()
          Returns the value of the 'Update Statement' container reference.
 QueryUpdateStatement TableInDatabase.getUpdateStatement()
          Returns the value of the 'Update Statement' container reference.
 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.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryUpdateStatement
 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.
 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.
 

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 UpdateAssignmentExpressionImpl.getUpdateStatement()
           
 QueryUpdateStatement TableInDatabaseImpl.getUpdateStatement()
           
 QueryUpdateStatement SQLQueryModelFactoryImpl.createQueryUpdateStatement()
           
 QueryUpdateStatement QuerySearchConditionImpl.getUpdateStatement()
           
 QueryUpdateStatement CursorReferenceImpl.getUpdateStatement()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryUpdateStatement
 NotificationChain UpdateAssignmentExpressionImpl.basicSetUpdateStatement(QueryUpdateStatement newUpdateStatement, NotificationChain msgs)
           
 void UpdateAssignmentExpressionImpl.setUpdateStatement(QueryUpdateStatement newUpdateStatement)
           
 NotificationChain TableInDatabaseImpl.basicSetUpdateStatement(QueryUpdateStatement newUpdateStatement, NotificationChain msgs)
           
 void TableInDatabaseImpl.setUpdateStatement(QueryUpdateStatement newUpdateStatement)
           
 NotificationChain QuerySearchConditionImpl.basicSetUpdateStatement(QueryUpdateStatement newUpdateStatement, NotificationChain msgs)
           
 void QuerySearchConditionImpl.setUpdateStatement(QueryUpdateStatement newUpdateStatement)
           
 NotificationChain CursorReferenceImpl.basicSetUpdateStatement(QueryUpdateStatement newUpdateStatement, NotificationChain msgs)
           
 void CursorReferenceImpl.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 interpretting the object as an instance of 'Query Update Statement'.
 



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