|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'XML Query Argument List'.
Represents an XML Query argument list. See ISO SQL/XML sec. 6.17.
The following features are supported:
SQLXMLQueryModelPackage.getXMLQueryArgumentList()
Method Summary | |
XMLPassingType |
getPassingMechanism()
Returns the value of the 'Passing Mechanism' attribute. |
XMLPredicateExists |
getPredicateExists()
Returns the value of the 'Predicate Exists' container reference. |
XMLTableFunction |
getTableFunction()
Returns the value of the 'Table Function' container reference. |
XMLValueFunctionQuery |
getValueFunctionQuery()
Returns the value of the 'Value Function Query' container reference. |
EList |
getXqueryArgListChildren()
Returns the value of the 'Xquery Arg List Children' containment reference list. |
void |
setPassingMechanism(XMLPassingType value)
Sets the value of the ' Passing Mechanism ' attribute. |
void |
setPredicateExists(XMLPredicateExists value)
Sets the value of the ' Predicate Exists ' container reference. |
void |
setTableFunction(XMLTableFunction value)
Sets the value of the ' Table Function ' container reference. |
void |
setValueFunctionQuery(XMLValueFunctionQuery value)
Sets the value of the ' Value Function Query ' 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 |
Method Detail |
public XMLPassingType getPassingMechanism()
XMLPassingType
.
If the meaning of the 'Passing Mechanism' attribute isn't clear, there really should be more of a description here...
XMLPassingType
,
setPassingMechanism(XMLPassingType)
,
SQLXMLQueryModelPackage.getXMLQueryArgumentList_PassingMechanism()
public void setPassingMechanism(XMLPassingType value)
Passing Mechanism
' attribute.
value
- the new value of the 'Passing Mechanism' attribute.XMLPassingType
,
getPassingMechanism()
public XMLPredicateExists getPredicateExists()
Xquery Arg List
'.
If the meaning of the 'Predicate Exists' container reference isn't clear, there really should be more of a description here...
setPredicateExists(XMLPredicateExists)
,
SQLXMLQueryModelPackage.getXMLQueryArgumentList_PredicateExists()
,
XMLPredicateExists.getXqueryArgList()
public void setPredicateExists(XMLPredicateExists value)
Predicate Exists
' container reference.
value
- the new value of the 'Predicate Exists' container reference.getPredicateExists()
public EList getXqueryArgListChildren()
XMLQueryArgumentItem
.
It is bidirectional and its opposite is 'Xquery Arg List
'.
If the meaning of the 'Xquery Arg List Children' containment reference list isn't clear, there really should be more of a description here...
SQLXMLQueryModelPackage.getXMLQueryArgumentList_XqueryArgListChildren()
,
XMLQueryArgumentItem.getXqueryArgList()
public XMLValueFunctionQuery getValueFunctionQuery()
Xquery Arg List
'.
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.getXMLQueryArgumentList_ValueFunctionQuery()
,
XMLValueFunctionQuery.getXqueryArgList()
public void setValueFunctionQuery(XMLValueFunctionQuery value)
Value Function Query
' container reference.
value
- the new value of the 'Value Function Query' container reference.getValueFunctionQuery()
public XMLTableFunction getTableFunction()
Xquery Arg List
'.
If the meaning of the 'Table Function' container reference isn't clear, there really should be more of a description here...
setTableFunction(XMLTableFunction)
,
SQLXMLQueryModelPackage.getXMLQueryArgumentList_TableFunction()
,
XMLTableFunction.getXqueryArgList()
public void setTableFunction(XMLTableFunction value)
Table Function
' container reference.
value
- the new value of the 'Table Function' container reference.getTableFunction()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |