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

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

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 XMLValueFunctionPI.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLAggregateFunction.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionConcat.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 XMLValueFunctionQueryReturning.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionComment.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 XMLReturningType XMLValueFunctionText.getReturningOption()
          Returns the value of the 'Returning Option' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLReturningType
 void XMLValueFunctionPI.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 XMLValueFunctionConcat.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 XMLValueFunctionQueryReturning.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 XMLValueFunctionText.setReturningOption(XMLReturningType value)
          Sets the value of the 'Returning Option' attribute.