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 TableInDatabase.getDeleteStatement()
          Returns the value of the 'Delete Statement' container reference.
 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.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryDeleteStatement
 void TableInDatabase.setDeleteStatement(QueryDeleteStatement value)
          Sets the value of the 'Delete Statement' container reference.
 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.
 

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 TableInDatabaseImpl.getDeleteStatement()
           
 QueryDeleteStatement SQLQueryModelFactoryImpl.createQueryDeleteStatement()
           
 QueryDeleteStatement QuerySearchConditionImpl.getDeleteStatement()
           
 QueryDeleteStatement CursorReferenceImpl.getDeleteStatement()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryDeleteStatement
 NotificationChain TableInDatabaseImpl.basicSetDeleteStatement(QueryDeleteStatement newDeleteStatement, NotificationChain msgs)
           
 void TableInDatabaseImpl.setDeleteStatement(QueryDeleteStatement newDeleteStatement)
           
 NotificationChain QuerySearchConditionImpl.basicSetDeleteStatement(QueryDeleteStatement newDeleteStatement, NotificationChain msgs)
           
 void QuerySearchConditionImpl.setDeleteStatement(QueryDeleteStatement newDeleteStatement)
           
 NotificationChain CursorReferenceImpl.basicSetDeleteStatement(QueryDeleteStatement newDeleteStatement, NotificationChain msgs)
           
 void CursorReferenceImpl.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 interpretting the object as an instance of 'Query Delete Statement'.
 



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