|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLQueryExpression | |
---|---|
org.eclipse.datatools.modelbase.sql.xml.query | |
org.eclipse.datatools.modelbase.sql.xml.query.util | |
org.eclipse.datatools.sqltools.parsers.sql.xml.query |
Uses of XMLQueryExpression in org.eclipse.datatools.modelbase.sql.xml.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLQueryExpression | |
---|---|
XMLQueryExpression |
SQLXMLQueryModelFactory.createXMLQueryExpression()
Returns a new object of class 'XML Query Expression'. |
XMLQueryExpression |
XMLPredicateExists.getXqueryExpr()
Returns the value of the 'Xquery Expr' containment reference. |
XMLQueryExpression |
XMLValueFunctionQuery.getXqueryExpr()
Returns the value of the 'Xquery Expr' containment reference. |
Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLQueryExpression | |
---|---|
void |
XMLPredicateExists.setXqueryExpr(XMLQueryExpression value)
Sets the value of the ' Xquery Expr ' containment reference. |
void |
XMLValueFunctionQuery.setXqueryExpr(XMLQueryExpression value)
Sets the value of the ' Xquery Expr ' containment reference. |
Uses of XMLQueryExpression in org.eclipse.datatools.modelbase.sql.xml.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLQueryExpression | |
---|---|
java.lang.Object |
SQLXMLQueryModelSwitch.caseXMLQueryExpression(XMLQueryExpression object)
Returns the result of interpreting the object as an instance of 'XML Query Expression'. |
Uses of XMLQueryExpression in org.eclipse.datatools.sqltools.parsers.sql.xml.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLQueryExpression | |
---|---|
XMLQueryExpression |
SQLXMLQueryParserFactory.createXMLQueryExpression(java.lang.String exprContent)
|
Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type XMLQueryExpression | |
---|---|
XMLPredicateExists |
SQLXMLQueryParserFactory.createXMLPredicateExists(java.lang.String name,
XMLQueryExpression queryExpr,
XMLQueryArgumentList argList)
|
XMLValueFunctionQuery |
SQLXMLQueryParserFactory.createXMLValueFunctionQuery(java.lang.String name,
XMLQueryExpression queryExpression,
XMLQueryArgumentList queryArgument,
XMLValueFunctionQueryReturning returningOptions,
int emptyOption)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |