|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLValueFunctionDocument
A representation of the model object 'XML Value Function Document'. Generates an XML document node from an XML value expression. See ISO SQL/XML sec. 6.12.
The following features are supported:
SQLXMLQueryModelPackage.getXMLValueFunctionDocument()
Method Summary | |
---|---|
XMLValueFunctionDocumentContent |
getDocumentContent()
Returns the value of the 'Document Content' containment reference. |
XMLReturningType |
getReturningOption()
Returns the value of the 'Returning Option' attribute. |
void |
setDocumentContent(XMLValueFunctionDocumentContent value)
Sets the value of the ' Document Content ' containment reference. |
void |
setReturningOption(XMLReturningType value)
Sets the value of the ' Returning Option ' attribute. |
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, 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.ValueExpression |
---|
getSQL, setSQL |
Method Detail |
---|
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.getXMLValueFunctionDocument_ReturningOption()
void setReturningOption(XMLReturningType value)
Returning Option
' attribute.
value
- the new value of the 'Returning Option' attribute.XMLReturningType
,
getReturningOption()
XMLValueFunctionDocumentContent getDocumentContent()
Value Function Document
'.
If the meaning of the 'Document Content' containment reference isn't clear, there really should be more of a description here...
setDocumentContent(XMLValueFunctionDocumentContent)
,
SQLXMLQueryModelPackage.getXMLValueFunctionDocument_DocumentContent()
,
XMLValueFunctionDocumentContent.getValueFunctionDocument()
void setDocumentContent(XMLValueFunctionDocumentContent value)
Document Content
' containment reference.
value
- the new value of the 'Document Content' containment reference.getDocumentContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |