|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'XML Value Function Text'. Generates an XML value consisting of a XML text element from a given string expression. See ISO SQL/XML sec. 6.18.
The following features are supported:
SQLXMLQueryModelPackage.getXMLValueFunctionText()
Method Summary | |
XMLReturningType |
getReturningOption()
Returns the value of the 'Returning Option' attribute. |
XMLValueFunctionTextContent |
getTextContent()
Returns the value of the 'Text Content' containment reference. |
void |
setReturningOption(XMLReturningType value)
Sets the value of the ' Returning Option ' attribute. |
void |
setTextContent(XMLValueFunctionTextContent value)
Sets the value of the ' Text Content ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.ValueExpressionFunction |
getFunction, getParameterList, isColumnFunction, isDistinct, isSpecialRegister, setColumnFunction, setDistinct, setFunction, setSpecialRegister |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.ValueExpression |
getSQL, setSQL |
Method Detail |
public XMLReturningType getReturningOption()
XMLReturningType
.
If the meaning of the 'Returning Option' attribute isn't clear, there really should be more of a description here...
XMLReturningType
,
setReturningOption(XMLReturningType)
,
SQLXMLQueryModelPackage.getXMLValueFunctionText_ReturningOption()
public void setReturningOption(XMLReturningType value)
Returning Option
' attribute.
value
- the new value of the 'Returning Option' attribute.XMLReturningType
,
getReturningOption()
public XMLValueFunctionTextContent getTextContent()
Value Function Text
'.
If the meaning of the 'Text Content' containment reference isn't clear, there really should be more of a description here...
setTextContent(XMLValueFunctionTextContent)
,
SQLXMLQueryModelPackage.getXMLValueFunctionText_TextContent()
,
XMLValueFunctionTextContent.getValueFunctionText()
public void setTextContent(XMLValueFunctionTextContent value)
Text Content
' containment reference.
value
- the new value of the 'Text Content' containment reference.getTextContent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |