Uses of Interface
org.openxma.dsl.dom.model.QlStatement

Packages that use QlStatement
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of QlStatement in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return QlStatement
 QlStatement DomFactory.createQlStatement()
          Returns a new object of class 'Ql Statement'.
 

Uses of QlStatement in org.openxma.dsl.dom.model
 

Subinterfaces of QlStatement in org.openxma.dsl.dom.model
 interface CallableStatement
          A representation of the model object 'Callable Statement'.
 interface DeleteStatement
          A representation of the model object 'Delete Statement'.
 interface InsertStatement
          A representation of the model object 'Insert Statement'.
 interface SelectClass
          A representation of the model object 'Select Class'.
 interface SelectObject
          A representation of the model object 'Select Object'.
 interface SelectProperties
          A representation of the model object 'Select Properties'.
 interface SelectStatement
          A representation of the model object 'Select Statement'.
 interface UpdateStatement
          A representation of the model object 'Update Statement'.
 

Methods in org.openxma.dsl.dom.model that return QlStatement
 QlStatement QueryOperation.getStatement()
          Returns the value of the 'Statement' containment reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type QlStatement
 void QueryOperation.setStatement(QlStatement value)
          Sets the value of the 'Statement' containment reference.
 

Uses of QlStatement in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement QlStatement
 class CallableStatementImpl
          An implementation of the model object 'Callable Statement'.
 class DeleteStatementImpl
          An implementation of the model object 'Delete Statement'.
 class InsertStatementImpl
          An implementation of the model object 'Insert Statement'.
 class QlStatementImpl
          An implementation of the model object 'Ql Statement'.
 class SelectClassImpl
          An implementation of the model object 'Select Class'.
 class SelectObjectImpl
          An implementation of the model object 'Select Object'.
 class SelectPropertiesImpl
          An implementation of the model object 'Select Properties'.
 class SelectStatementImpl
          An implementation of the model object 'Select Statement'.
 class UpdateStatementImpl
          An implementation of the model object 'Update Statement'.
 

Fields in org.openxma.dsl.dom.model.impl declared as QlStatement
protected  QlStatement QueryOperationImpl.statement
          The cached value of the 'Statement' containment reference.
 

Methods in org.openxma.dsl.dom.model.impl that return QlStatement
 QlStatement DomFactoryImpl.createQlStatement()
           
 QlStatement QueryOperationImpl.getStatement()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type QlStatement
 org.eclipse.emf.common.notify.NotificationChain QueryOperationImpl.basicSetStatement(QlStatement newStatement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void QueryOperationImpl.setStatement(QlStatement newStatement)
           
 

Uses of QlStatement in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type QlStatement
 T DomSwitch.caseQlStatement(QlStatement object)
          Returns the result of interpreting the object as an instance of 'Ql Statement'.
 



Copyright © 2013. All Rights Reserved.