Package org.teiid.query.function.source
Class XMLSystemFunctions.XmlConcat
- java.lang.Object
-
- org.teiid.query.function.source.XMLSystemFunctions.XmlConcat
-
- Enclosing class:
- XMLSystemFunctions
public static class XMLSystemFunctions.XmlConcat extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlConcat(BufferManager bm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(Object object)
XMLType
close(CommandContext context)
Writer
getWriter()
-
-
-
Constructor Detail
-
XmlConcat
public XmlConcat(BufferManager bm) throws TeiidProcessingException
- Throws:
TeiidProcessingException
-
-
Method Detail
-
addValue
public void addValue(Object object) throws TeiidProcessingException
- Throws:
TeiidProcessingException
-
getWriter
public Writer getWriter()
-
close
public XMLType close(CommandContext context) throws TeiidProcessingException
- Throws:
TeiidProcessingException
-
-