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

Packages that use QueryDeleteStatement
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 QueryDeleteStatement in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return QueryDeleteStatement
 QueryDeleteStatement SQLQueryModelFactory.createQueryDeleteStatement()
          Returns a new object of class 'Query Delete Statement'.
 QueryDeleteStatement QuerySearchCondition.getDeleteStatement()
          Returns the value of the 'Delete Statement' container reference.
 QueryDeleteStatement CursorReference.getDeleteStatement()
          Returns the value of the 'Delete Statement' container reference.
 QueryDeleteStatement TableInDatabase.getDeleteStatement()
          Returns the value of the 'Delete Statement' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryDeleteStatement
 void QuerySearchCondition.setDeleteStatement(QueryDeleteStatement value)
          Sets the value of the 'Delete Statement' container reference.
 void CursorReference.setDeleteStatement(QueryDeleteStatement value)
          Sets the value of the 'Delete Statement' container reference.
 void TableInDatabase.setDeleteStatement(QueryDeleteStatement value)
          Sets the value of the 'Delete Statement' container reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return QueryDeleteStatement
static QueryDeleteStatement StatementHelper.createDeleteStatement(java.lang.String name)
           
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryDeleteStatement
 class QueryDeleteStatementImpl
          An implementation of the model object 'SQL Delete Statement'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QueryDeleteStatement
 QueryDeleteStatement SQLQueryModelFactoryImpl.createQueryDeleteStatement()
           
 QueryDeleteStatement CursorReferenceImpl.getDeleteStatement()
           
 QueryDeleteStatement QuerySearchConditionImpl.getDeleteStatement()
           
 QueryDeleteStatement TableInDatabaseImpl.getDeleteStatement()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryDeleteStatement
 NotificationChain CursorReferenceImpl.basicSetDeleteStatement(QueryDeleteStatement newDeleteStatement, NotificationChain msgs)
           
 NotificationChain QuerySearchConditionImpl.basicSetDeleteStatement(QueryDeleteStatement newDeleteStatement, NotificationChain msgs)
           
 NotificationChain TableInDatabaseImpl.basicSetDeleteStatement(QueryDeleteStatement newDeleteStatement, NotificationChain msgs)
           
 void CursorReferenceImpl.setDeleteStatement(QueryDeleteStatement newDeleteStatement)
           
 void QuerySearchConditionImpl.setDeleteStatement(QueryDeleteStatement newDeleteStatement)
           
 void TableInDatabaseImpl.setDeleteStatement(QueryDeleteStatement newDeleteStatement)
           
 

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

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



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