Uses of Class
org.eclipse.datatools.modelbase.sql.xml.query.XMLReturningType

Packages that use XMLReturningType
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
 

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

Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLReturningType
static XMLReturningType XMLReturningType.RETURNING_CONTENT_LITERAL
          The 'RETURNING CONTENT' literal object.
static XMLReturningType XMLReturningType.RETURNING_SEQUENCE_LITERAL
          The 'RETURNING SEQUENCE' literal object.
static XMLReturningType XMLReturningType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLReturningType
 XMLReturningType XMLValueFunctionText.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionQueryReturning.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionPI.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionForest.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionElement.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionDocument.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionConcat.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionComment.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
static XMLReturningType XMLReturningType.get(java.lang.String literal)
          Returns the 'XML Returning Type' literal with the specified literal value.
static XMLReturningType XMLReturningType.getByName(java.lang.String name)
          Returns the 'XML Returning Type' literal with the specified name.
static XMLReturningType XMLReturningType.get(int value)
          Returns the 'XML Returning Type' literal with the specified integer value.
 XMLReturningType XMLAggregateFunction.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLReturningType
 void XMLValueFunctionText.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLValueFunctionQueryReturning.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLValueFunctionPI.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLValueFunctionForest.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLValueFunctionElement.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLValueFunctionDocument.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLValueFunctionConcat.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLValueFunctionComment.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLAggregateFunction.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 

Uses of XMLReturningType in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLReturningType
 XMLReturningType XMLValueFunctionTextImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionQueryReturningImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionPIImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionForestImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionElementImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionDocumentImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionConcatImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionCommentImpl.getReturningOption()
           
 XMLReturningType XMLAggregateFunctionImpl.getReturningOption()
           
 XMLReturningType SQLXMLQueryModelFactoryImpl.createXMLReturningTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLReturningType
 void XMLValueFunctionTextImpl.setReturningOption(XMLReturningType newReturningOption)
           
 void XMLValueFunctionQueryReturningImpl.setReturningOption(XMLReturningType newReturningOption)
           
 void XMLValueFunctionPIImpl.setReturningOption(XMLReturningType newReturningOption)
           
 void XMLValueFunctionForestImpl.setReturningOption(XMLReturningType newReturningOption)
           
 void XMLValueFunctionElementImpl.setReturningOption(XMLReturningType newReturningOption)
           
 void XMLValueFunctionDocumentImpl.setReturningOption(XMLReturningType newReturningOption)
           
 void XMLValueFunctionConcatImpl.setReturningOption(XMLReturningType newReturningOption)
           
 void XMLValueFunctionCommentImpl.setReturningOption(XMLReturningType newReturningOption)
           
 void XMLAggregateFunctionImpl.setReturningOption(XMLReturningType newReturningOption)
           
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.