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 SQLXMLQueryModelFactory.createXMLQueryExpression()
          Returns a new object of class 'XML Query Expression'.
 XMLQueryExpression XMLValueFunctionQuery.getXqueryExpr()
          Returns the value of the 'Xquery Expr' containment reference.
 XMLQueryExpression XMLPredicateExists.getXqueryExpr()
          Returns the value of the 'Xquery Expr' containment reference.
 

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 SQLXMLQueryModelFactoryImpl.createXMLQueryExpression()
           
 XMLQueryExpression XMLPredicateExistsImpl.getXqueryExpr()
           
 XMLQueryExpression XMLValueFunctionQueryImpl.getXqueryExpr()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLQueryExpression
 NotificationChain XMLPredicateExistsImpl.basicSetXqueryExpr(XMLQueryExpression newXqueryExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionQueryImpl.basicSetXqueryExpr(XMLQueryExpression newXqueryExpr, NotificationChain msgs)
           
 void XMLPredicateExistsImpl.setXqueryExpr(XMLQueryExpression newXqueryExpr)
           
 void XMLValueFunctionQueryImpl.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 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.