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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLQueryArgumentList
 XMLQueryArgumentList XMLValueFunctionQuery.getXqueryArgList()
          Returns the value of the 'Xquery Arg List' containment reference.
 XMLQueryArgumentList XMLTableFunction.getXqueryArgList()
          Returns the value of the 'Xquery Arg List' containment reference.
 XMLQueryArgumentList XMLQueryArgumentItem.getXqueryArgList()
          Returns the value of the 'Xquery Arg List' container reference.
 XMLQueryArgumentList XMLPredicateExists.getXqueryArgList()
          Returns the value of the 'Xquery Arg List' containment reference.
 XMLQueryArgumentList SQLXMLQueryModelFactory.createXMLQueryArgumentList()
          Returns a new object of class 'XML Query Argument List'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLQueryArgumentList
 void XMLValueFunctionQuery.setXqueryArgList(XMLQueryArgumentList value)
          Sets the value of the 'Xquery Arg List' containment reference.
 void XMLTableFunction.setXqueryArgList(XMLQueryArgumentList value)
          Sets the value of the 'Xquery Arg List' containment reference.
 void XMLQueryArgumentItem.setXqueryArgList(XMLQueryArgumentList value)
          Sets the value of the 'Xquery Arg List' container reference.
 void XMLPredicateExists.setXqueryArgList(XMLQueryArgumentList value)
          Sets the value of the 'Xquery Arg List' containment reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLQueryArgumentList
 class XMLQueryArgumentListImpl
           An implementation of the model object 'XML Query Argument List'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLQueryArgumentList
 XMLQueryArgumentList XMLValueFunctionQueryImpl.getXqueryArgList()
           
 XMLQueryArgumentList XMLTableFunctionImpl.getXqueryArgList()
           
 XMLQueryArgumentList XMLQueryArgumentItemImpl.getXqueryArgList()
           
 XMLQueryArgumentList XMLPredicateExistsImpl.getXqueryArgList()
           
 XMLQueryArgumentList SQLXMLQueryModelFactoryImpl.createXMLQueryArgumentList()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLQueryArgumentList
 NotificationChain XMLValueFunctionQueryImpl.basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
           
 void XMLValueFunctionQueryImpl.setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
           
 NotificationChain XMLTableFunctionImpl.basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
           
 void XMLTableFunctionImpl.setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
           
 NotificationChain XMLQueryArgumentItemImpl.basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
           
 void XMLQueryArgumentItemImpl.setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
           
 NotificationChain XMLPredicateExistsImpl.basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
           
 void XMLPredicateExistsImpl.setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
           
 

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

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



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