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.impl   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

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 XMLQueryArgumentList.getTableFunction()
          Returns the value of the 'Table Function' container reference.
 XMLTableFunction XMLTableColumnDefinitionItem.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 XMLQueryArgumentList.setTableFunction(XMLTableFunction value)
          Sets the value of the 'Table Function' container reference.
 void XMLTableColumnDefinitionItem.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.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLTableFunction
 class XMLTableFunctionImpl
          An implementation of the model object 'XML Table Function'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLTableFunction
 XMLTableFunction SQLXMLQueryModelFactoryImpl.createXMLTableFunction()
           
 XMLTableFunction XMLNamespacesDeclarationImpl.getTableFunction()
           
 XMLTableFunction XMLQueryArgumentListImpl.getTableFunction()
           
 XMLTableFunction XMLTableColumnDefinitionItemImpl.getTableFunction()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLTableFunction
 NotificationChain XMLNamespacesDeclarationImpl.basicSetTableFunction(XMLTableFunction newTableFunction, NotificationChain msgs)
           
 NotificationChain XMLQueryArgumentListImpl.basicSetTableFunction(XMLTableFunction newTableFunction, NotificationChain msgs)
           
 NotificationChain XMLTableColumnDefinitionItemImpl.basicSetTableFunction(XMLTableFunction newTableFunction, NotificationChain msgs)
           
 void XMLNamespacesDeclarationImpl.setTableFunction(XMLTableFunction newTableFunction)
           
 void XMLQueryArgumentListImpl.setTableFunction(XMLTableFunction newTableFunction)
           
 void XMLTableColumnDefinitionItemImpl.setTableFunction(XMLTableFunction newTableFunction)
           
 

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 interpretting the object as an instance of 'XML Table Function'.
 



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