Uses of Interface
org.eclipse.datatools.modelbase.sql.xml.query.XMLValueFunctionQueryReturning

Packages that use XMLValueFunctionQueryReturning
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

Uses of XMLValueFunctionQueryReturning in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionQueryReturning
 XMLValueFunctionQueryReturning XMLValueFunctionQuery.getQueryReturning()
          Returns the value of the 'Query Returning' containment reference.
 XMLValueFunctionQueryReturning SQLXMLQueryModelFactory.createXMLValueFunctionQueryReturning()
          Returns a new object of class 'XML Value Function Query Returning'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionQueryReturning
 void XMLValueFunctionQuery.setQueryReturning(XMLValueFunctionQueryReturning value)
          Sets the value of the 'Query Returning' containment reference.
 

Uses of XMLValueFunctionQueryReturning in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLValueFunctionQueryReturning
 class XMLValueFunctionQueryReturningImpl
           An implementation of the model object 'XML Value Function Query Returning'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLValueFunctionQueryReturning
 XMLValueFunctionQueryReturning XMLValueFunctionQueryImpl.getQueryReturning()
           
 XMLValueFunctionQueryReturning SQLXMLQueryModelFactoryImpl.createXMLValueFunctionQueryReturning()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionQueryReturning
 NotificationChain XMLValueFunctionQueryImpl.basicSetQueryReturning(XMLValueFunctionQueryReturning newQueryReturning, NotificationChain msgs)
           
 void XMLValueFunctionQueryImpl.setQueryReturning(XMLValueFunctionQueryReturning newQueryReturning)
           
 

Uses of XMLValueFunctionQueryReturning in org.eclipse.datatools.modelbase.sql.xml.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLValueFunctionQueryReturning
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLValueFunctionQueryReturning(XMLValueFunctionQueryReturning object)
          Returns the result of interpretting the object as an instance of 'XML Value Function Query Returning'.
 



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