|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'XML Query Expression'. Represents an XQuery expression. The content of this element is a literal string which specifies an XML Query. See ISO SQL/XML sec. 6.17.
The following features are supported:
SQLXMLQueryModelPackage.getXMLQueryExpression()
Method Summary | |
XMLPredicateExists |
getPredicateExists()
Returns the value of the 'Predicate Exists' container reference. |
XMLValueFunctionQuery |
getValueFunctionQuery()
Returns the value of the 'Value Function Query' container reference. |
java.lang.String |
getXqueryExprContent()
Returns the value of the 'Xquery Expr Content' attribute. |
void |
setPredicateExists(XMLPredicateExists value)
Sets the value of the ' Predicate Exists ' container reference. |
void |
setValueFunctionQuery(XMLValueFunctionQuery value)
Sets the value of the ' Value Function Query ' container reference. |
void |
setXqueryExprContent(java.lang.String value)
Sets the value of the ' Xquery Expr Content ' attribute. |
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 |
Method Detail |
public java.lang.String getXqueryExprContent()
If the meaning of the 'Xquery Expr Content' attribute isn't clear, there really should be more of a description here...
setXqueryExprContent(String)
,
SQLXMLQueryModelPackage.getXMLQueryExpression_XqueryExprContent()
public void setXqueryExprContent(java.lang.String value)
Xquery Expr Content
' attribute.
value
- the new value of the 'Xquery Expr Content' attribute.getXqueryExprContent()
public XMLPredicateExists getPredicateExists()
Xquery Expr
'.
If the meaning of the 'Predicate Exists' container reference isn't clear, there really should be more of a description here...
setPredicateExists(XMLPredicateExists)
,
SQLXMLQueryModelPackage.getXMLQueryExpression_PredicateExists()
,
XMLPredicateExists.getXqueryExpr()
public void setPredicateExists(XMLPredicateExists value)
Predicate Exists
' container reference.
value
- the new value of the 'Predicate Exists' container reference.getPredicateExists()
public XMLValueFunctionQuery getValueFunctionQuery()
Xquery Expr
'.
If the meaning of the 'Value Function Query' container reference isn't clear, there really should be more of a description here...
setValueFunctionQuery(XMLValueFunctionQuery)
,
SQLXMLQueryModelPackage.getXMLQueryExpression_ValueFunctionQuery()
,
XMLValueFunctionQuery.getXqueryExpr()
public void setValueFunctionQuery(XMLValueFunctionQuery value)
Value Function Query
' container reference.
value
- the new value of the 'Value Function Query' container reference.getValueFunctionQuery()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |