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 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.
 XMLValueFunctionQuery XMLQueryArgumentList.getValueFunctionQuery()
          Returns the value of the 'Value Function Query' container reference.
 XMLValueFunctionQuery SQLXMLQueryModelFactory.createXMLValueFunctionQuery()
          Returns a new object of class 'XML Value Function Query'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionQuery
 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.
 void XMLQueryArgumentList.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 XMLValueFunctionQueryReturningImpl.getValueFunctionQuery()
           
 XMLValueFunctionQuery XMLQueryExpressionImpl.getValueFunctionQuery()
           
 XMLValueFunctionQuery XMLQueryArgumentListImpl.getValueFunctionQuery()
           
 XMLValueFunctionQuery SQLXMLQueryModelFactoryImpl.createXMLValueFunctionQuery()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionQuery
 NotificationChain XMLValueFunctionQueryReturningImpl.basicSetValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery, NotificationChain msgs)
           
 void XMLValueFunctionQueryReturningImpl.setValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery)
           
 NotificationChain XMLQueryExpressionImpl.basicSetValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery, NotificationChain msgs)
           
 void XMLQueryExpressionImpl.setValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery)
           
 NotificationChain XMLQueryArgumentListImpl.basicSetValueFunctionQuery(XMLValueFunctionQuery newValueFunctionQuery, NotificationChain msgs)
           
 void XMLQueryArgumentListImpl.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 © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.