|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
XMLTableFunction |
SQLXMLQueryModelFactory.createXMLTableFunction()
Returns a new object of class 'XML Table Function'. |
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.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 |
XMLTableColumnDefinitionItemImpl.getTableFunction()
|
XMLTableFunction |
XMLQueryArgumentListImpl.getTableFunction()
|
XMLTableFunction |
XMLNamespacesDeclarationImpl.getTableFunction()
|
XMLTableFunction |
SQLXMLQueryModelFactoryImpl.createXMLTableFunction()
|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLTableFunction | |
NotificationChain |
XMLTableColumnDefinitionItemImpl.basicSetTableFunction(XMLTableFunction newTableFunction,
NotificationChain msgs)
|
void |
XMLTableColumnDefinitionItemImpl.setTableFunction(XMLTableFunction newTableFunction)
|
NotificationChain |
XMLQueryArgumentListImpl.basicSetTableFunction(XMLTableFunction newTableFunction,
NotificationChain msgs)
|
void |
XMLQueryArgumentListImpl.setTableFunction(XMLTableFunction newTableFunction)
|
NotificationChain |
XMLNamespacesDeclarationImpl.basicSetTableFunction(XMLTableFunction newTableFunction,
NotificationChain msgs)
|
void |
XMLNamespacesDeclarationImpl.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'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |