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

Packages that use CallableStatement
org.openxma.dsl.dom   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.scoping   
org.openxma.dsl.dom.util   
 

Uses of CallableStatement in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return CallableStatement
 CallableStatement DomFactory.createCallableStatement()
          Returns a new object of class 'Callable Statement'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement CallableStatement
 class CallableStatementImpl
          An implementation of the model object 'Callable Statement'.
 

Methods in org.openxma.dsl.dom.model.impl that return CallableStatement
 CallableStatement DomFactoryImpl.createCallableStatement()
           
 

Uses of CallableStatement in org.openxma.dsl.dom.scoping
 

Methods in org.openxma.dsl.dom.scoping with parameters of type CallableStatement
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_CallInputParameter_reference(CallableStatement callableStatement, org.eclipse.emf.ecore.EReference reference)
           
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_CallOutputParameter_attribute(CallableStatement callableStatement, org.eclipse.emf.ecore.EReference reference)
           
 

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

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



Copyright © 2013. All Rights Reserved.