org.eclipse.datatools.modelbase.sql.xml.query
Interface XMLQueryArgumentList

All Superinterfaces:
SQLObject, SQLQueryObject
All Known Implementing Classes:
XMLQueryArgumentListImpl

public interface XMLQueryArgumentList
extends SQLQueryObject

A representation of the model object 'XML Query Argument List'. Represents an XML Query argument list. See ISO SQL/XML sec. 6.17. The list is modelled as an explicit object rather than just as a list of XMLQueryArgument objects attached to the parent so that the list as whole can have an optional passing mechanism clause.

The following features are supported:

See Also:
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

getPassingMechanism

public XMLPassingType getPassingMechanism()
Returns the value of the 'Passing Mechanism' attribute. The literals are from the enumeration XMLPassingType.

If the meaning of the 'Passing Mechanism' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Passing Mechanism' attribute.
See Also:
XMLPassingType, setPassingMechanism(XMLPassingType), SQLXMLQueryModelPackage.getXMLQueryArgumentList_PassingMechanism()

setPassingMechanism

public void setPassingMechanism(XMLPassingType value)
Sets the value of the 'Passing Mechanism' attribute.

Parameters:
value - the new value of the 'Passing Mechanism' attribute.
See Also:
XMLPassingType, getPassingMechanism()

getPredicateExists

public XMLPredicateExists getPredicateExists()
Returns the value of the 'Predicate Exists' container reference. It is bidirectional and its opposite is 'Xquery Arg List'.

If the meaning of the 'Predicate Exists' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Predicate Exists' container reference.
See Also:
setPredicateExists(XMLPredicateExists), SQLXMLQueryModelPackage.getXMLQueryArgumentList_PredicateExists(), XMLPredicateExists.getXqueryArgList()

setPredicateExists

public void setPredicateExists(XMLPredicateExists value)
Sets the value of the 'Predicate Exists' container reference.

Parameters:
value - the new value of the 'Predicate Exists' container reference.
See Also:
getPredicateExists()

getXqueryArgListChildren

public EList getXqueryArgListChildren()
Returns the value of the 'Xquery Arg List Children' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Xquery Arg List Children' containment reference list.
See Also:
SQLXMLQueryModelPackage.getXMLQueryArgumentList_XqueryArgListChildren(), XMLQueryArgumentItem.getXqueryArgList()

getValueFunctionQuery

public XMLValueFunctionQuery getValueFunctionQuery()
Returns the value of the 'Value Function Query' container reference. It is bidirectional and its opposite is '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...

Returns:
the value of the 'Value Function Query' container reference.
See Also:
setValueFunctionQuery(XMLValueFunctionQuery), SQLXMLQueryModelPackage.getXMLQueryArgumentList_ValueFunctionQuery(), XMLValueFunctionQuery.getXqueryArgList()

setValueFunctionQuery

public void setValueFunctionQuery(XMLValueFunctionQuery value)
Sets the value of the 'Value Function Query' container reference.

Parameters:
value - the new value of the 'Value Function Query' container reference.
See Also:
getValueFunctionQuery()

getTableFunction

public XMLTableFunction getTableFunction()
Returns the value of the 'Table Function' container reference. It is bidirectional and its opposite is 'Xquery Arg List'.

If the meaning of the 'Table Function' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table Function' container reference.
See Also:
setTableFunction(XMLTableFunction), SQLXMLQueryModelPackage.getXMLQueryArgumentList_TableFunction(), XMLTableFunction.getXqueryArgList()

setTableFunction

public void setTableFunction(XMLTableFunction value)
Sets the value of the 'Table Function' container reference.

Parameters:
value - the new value of the 'Table Function' container reference.
See Also:
getTableFunction()


Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.