|
|||||||||||
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 Concat Content Item'. Represents an XML value expression within an XMLCONCAT function. See ISO SQL/XML sec. 6.11. Contains a value expression which must resolve to an XML datatype.
The following features are supported:
SQLXMLQueryModelPackage.getXMLValueFunctionConcatContentItem()
Method Summary | |
QueryValueExpression |
getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
XMLValueFunctionConcat |
getValueFunctionConcat()
Returns the value of the 'Value Function Concat' container reference. |
void |
setValueExpr(QueryValueExpression value)
Sets the value of the ' Value Expr ' containment reference. |
void |
setValueFunctionConcat(XMLValueFunctionConcat value)
Sets the value of the ' Value Function Concat ' container reference. |
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 XMLValueFunctionConcat getValueFunctionConcat()
Concat Content List
'.
If the meaning of the 'Value Function Concat' container reference isn't clear, there really should be more of a description here...
setValueFunctionConcat(XMLValueFunctionConcat)
,
SQLXMLQueryModelPackage.getXMLValueFunctionConcatContentItem_ValueFunctionConcat()
,
XMLValueFunctionConcat.getConcatContentList()
public void setValueFunctionConcat(XMLValueFunctionConcat value)
Value Function Concat
' container reference.
value
- the new value of the 'Value Function Concat' container reference.getValueFunctionConcat()
public QueryValueExpression getValueExpr()
If the meaning of the 'Value Expr' containment reference isn't clear, there really should be more of a description here...
setValueExpr(QueryValueExpression)
,
SQLXMLQueryModelPackage.getXMLValueFunctionConcatContentItem_ValueExpr()
public void setValueExpr(QueryValueExpression value)
Value Expr
' containment reference.
value
- the new value of the 'Value Expr' containment reference.getValueExpr()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |