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.util   
org.eclipse.datatools.sqltools.parsers.sql.xml.query   
 

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

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

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.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 interpreting the object as an instance of 'XML Value Function Query Returning'.
 

Uses of XMLValueFunctionQueryReturning in org.eclipse.datatools.sqltools.parsers.sql.xml.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionQueryReturning
 XMLValueFunctionQueryReturning SQLXMLQueryParserFactory.createXMLValueFunctionQueryReturning(int returningOption, int passingOption)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type XMLValueFunctionQueryReturning
 XMLValueFunctionQuery SQLXMLQueryParserFactory.createXMLValueFunctionQuery(java.lang.String name, XMLQueryExpression queryExpression, XMLQueryArgumentList queryArgument, XMLValueFunctionQueryReturning returningOptions, int emptyOption)