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

Packages that use XMLValueFunctionPI
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.util   
org.eclipse.datatools.sqltools.parsers.sql.xml.query   
 

Uses of XMLValueFunctionPI in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionPI
 XMLValueFunctionPI SQLXMLQueryModelFactory.createXMLValueFunctionPI()
          Returns a new object of class 'XML Value Function PI'.
 XMLValueFunctionPI XMLValueFunctionPIContent.getValueFunctionPI()
          Returns the value of the 'Value Function PI' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionPI
 void XMLValueFunctionPIContent.setValueFunctionPI(XMLValueFunctionPI value)
          Sets the value of the 'Value Function PI' container reference.
 

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

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

Uses of XMLValueFunctionPI in org.eclipse.datatools.sqltools.parsers.sql.xml.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionPI
 XMLValueFunctionPI SQLXMLQueryParserFactory.createXMLValueFunctionPI(java.lang.String name, java.lang.String piTarget, QueryValueExpression expr, int returningOption)