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.NONE_LITERAL
          The 'NONE' literal object.
static XMLReturningType XMLReturningType.RETURNING_CONTENT_LITERAL
          The 'RETURNING CONTENT' literal object.
static XMLReturningType XMLReturningType.RETURNING_SEQUENCE_LITERAL
          The 'RETURNING SEQUENCE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLReturningType
static XMLReturningType XMLReturningType.get(int value)
          Returns the 'XML Returning Type' literal with the specified integer value.
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.
 XMLReturningType XMLValueFunctionConcat.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionElement.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionQueryReturning.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionText.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLAggregateFunction.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionForest.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionComment.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionDocument.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionPI.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLReturningType
 void XMLValueFunctionConcat.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 XMLValueFunctionQueryReturning.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLValueFunctionText.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.
 void XMLAggregateFunction.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 XMLValueFunctionComment.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 XMLValueFunctionPI.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 SQLXMLQueryModelFactoryImpl.createXMLReturningTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 XMLReturningType XMLValueFunctionConcatImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionPIImpl.getReturningOption()
           
 XMLReturningType XMLAggregateFunctionImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionForestImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionElementImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionCommentImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionDocumentImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionQueryReturningImpl.getReturningOption()
           
 XMLReturningType XMLValueFunctionTextImpl.getReturningOption()
           
 

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



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