|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLQueryExpression
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, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
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()
void setXqueryExprContent(java.lang.String value)
Xquery Expr Content
' attribute.
value
- the new value of the 'Xquery Expr Content' attribute.getXqueryExprContent()
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()
void setPredicateExists(XMLPredicateExists value)
Predicate Exists
' container reference.
value
- the new value of the 'Predicate Exists' container reference.getPredicateExists()
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()
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 |