| Methods in org.teiid.query.function.source with parameters of type Evaluator.NameValuePair |
static XMLType |
XMLSystemFunctions.xmlElement(CommandContext context,
java.lang.String name,
Evaluator.NameValuePair<java.lang.String>[] namespaces,
Evaluator.NameValuePair<?>[] attributes,
java.util.List<?> contents)
Basic support for xmlelement. |
static XMLType |
XMLSystemFunctions.xmlElement(CommandContext context,
java.lang.String name,
Evaluator.NameValuePair<java.lang.String>[] namespaces,
Evaluator.NameValuePair<?>[] attributes,
java.util.List<?> contents)
Basic support for xmlelement. |
static XMLType |
XMLSystemFunctions.xmlForest(CommandContext context,
Evaluator.NameValuePair[] namespaces,
Evaluator.NameValuePair[] values)
|
static XMLType |
XMLSystemFunctions.xmlForest(CommandContext context,
Evaluator.NameValuePair[] namespaces,
Evaluator.NameValuePair[] values)
|