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

Packages that use XMLValueFunctionQuery
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 XMLValueFunctionQuery in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionQuery
 XMLValueFunctionQuery SQLXMLQueryModelFactory.createXMLValueFunctionQuery()
          Returns a new object of class 'XML Value Function Query'.
 XMLValueFunctionQuery XMLQueryArgumentList.getValueFunctionQuery()
          Returns the value of the 'Value Function Query' container reference.
 XMLValueFunctionQuery XMLValueFunctionQueryReturning.getValueFunctionQuery()
          Returns the value of the 'Value Function Query' container reference.
 XMLValueFunctionQuery XMLQueryExpression.getValueFunctionQuery()
          Returns the value of the 'Value Function Query' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionQuery
 void XMLQueryArgumentList.setValueFunctionQuery(XMLValueFunctionQuery value)
          Sets the value of the 'Value Function Query' container reference.
 void XMLValueFunctionQueryReturning.setValueFunctionQuery(XMLValueFunctionQuery value)
          Sets the value of the 'Value Function Query' container reference.
 void XMLQueryExpression.setValueFunctionQuery(XMLValueFunctionQuery value)
          Sets the value of the 'Value Function Query' container reference.
 

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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLValueFunctionQuery
 XMLValueFunctionQuery SQLXMLQueryModelFactoryImpl.createXMLValueFunctionQuery()
           
 XMLValueFunctionQuery XMLQueryExpressionImpl.getValueFunctionQuery()
           
 XMLValueFunctionQuery XMLQueryArgumentListImpl.getValueFunctionQuery()
           
 XMLValueFunctionQuery XMLValueFunctionQueryReturningImpl.getValueFunctionQuery()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionQuery
 NotificationChain XMLQueryExpressionImpl.basicSetValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery, NotificationChain msgs)
           
 NotificationChain XMLQueryArgumentListImpl.basicSetValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionQueryReturningImpl.basicSetValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery, NotificationChain msgs)
           
 void XMLQueryExpressionImpl.setValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery)
           
 void XMLQueryArgumentListImpl.setValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery)
           
 void XMLValueFunctionQueryReturningImpl.setValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery)
           
 

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

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



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