Uses of Class
org.teiid.query.eval.Evaluator.NameValuePair
-
Packages that use Evaluator.NameValuePair Package Description org.teiid.query.function.source -
-
Uses of Evaluator.NameValuePair in org.teiid.query.function.source
Methods in org.teiid.query.function.source with parameters of type Evaluator.NameValuePair Modifier and Type Method Description static XMLType
XMLSystemFunctions. xmlElement(CommandContext context, String name, Evaluator.NameValuePair<String>[] namespaces, Evaluator.NameValuePair<?>[] attributes, List<?> contents)
Basic support for xmlelement.static XMLType
XMLSystemFunctions. xmlForest(CommandContext context, Evaluator.NameValuePair[] namespaces, Evaluator.NameValuePair[] values)
-