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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLQueryExpression
 XMLQueryExpression XMLValueFunctionQuery.getXqueryExpr()
          Returns the value of the 'Xquery Expr' containment reference.
 XMLQueryExpression XMLPredicateExists.getXqueryExpr()
          Returns the value of the 'Xquery Expr' containment reference.
 XMLQueryExpression SQLXMLQueryModelFactory.createXMLQueryExpression()
          Returns a new object of class 'XML Query Expression'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLQueryExpression
 void XMLValueFunctionQuery.setXqueryExpr(XMLQueryExpression value)
          Sets the value of the 'Xquery Expr' containment reference.
 void XMLPredicateExists.setXqueryExpr(XMLQueryExpression value)
          Sets the value of the 'Xquery Expr' containment reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLQueryExpression
 class XMLQueryExpressionImpl
           An implementation of the model object 'XML Query Expression'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLQueryExpression
 XMLQueryExpression XMLValueFunctionQueryImpl.getXqueryExpr()
           
 XMLQueryExpression XMLPredicateExistsImpl.getXqueryExpr()
           
 XMLQueryExpression SQLXMLQueryModelFactoryImpl.createXMLQueryExpression()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLQueryExpression
 NotificationChain XMLValueFunctionQueryImpl.basicSetXqueryExpr(XMLQueryExpression newXqueryExpr, NotificationChain msgs)
           
 void XMLValueFunctionQueryImpl.setXqueryExpr(XMLQueryExpression newXqueryExpr)
           
 NotificationChain XMLPredicateExistsImpl.basicSetXqueryExpr(XMLQueryExpression newXqueryExpr, NotificationChain msgs)
           
 void XMLPredicateExistsImpl.setXqueryExpr(XMLQueryExpression newXqueryExpr)
           
 

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

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



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