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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLTableFunction
 XMLTableFunction SQLXMLQueryModelFactory.createXMLTableFunction()
          Returns a new object of class 'XML Table Function'.
 XMLTableFunction XMLTableColumnDefinitionItem.getTableFunction()
          Returns the value of the 'Table Function' container reference.
 XMLTableFunction XMLQueryArgumentList.getTableFunction()
          Returns the value of the 'Table Function' container reference.
 XMLTableFunction XMLNamespacesDeclaration.getTableFunction()
          Returns the value of the 'Table Function' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLTableFunction
 void XMLTableColumnDefinitionItem.setTableFunction(XMLTableFunction value)
          Sets the value of the 'Table Function' container reference.
 void XMLQueryArgumentList.setTableFunction(XMLTableFunction value)
          Sets the value of the 'Table Function' container reference.
 void XMLNamespacesDeclaration.setTableFunction(XMLTableFunction value)
          Sets the value of the 'Table Function' container reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLTableFunction
 XMLTableFunction SQLXMLQueryParserFactory.createXMLTableFunction(java.lang.String name, XMLNamespacesDeclaration namespaceDecl, java.lang.String tableRowPattern, XMLQueryArgumentList queryArgList, java.util.List tableColumnList)