public class StAXSQLXML
extends org.teiid.core.types.SQLXMLImpl
| Modifier and Type | Class and Description |
|---|---|
static interface |
StAXSQLXML.StAXSourceProvider |
| Constructor and Description |
|---|
StAXSQLXML(StAXSource source) |
StAXSQLXML(StAXSQLXML.StAXSourceProvider provider,
Charset charSet) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBinaryStream() |
Reader |
getCharacterStream() |
<T extends Source> |
getSource(Class<T> sourceClass) |
String |
getString() |
getCharset, setBinaryStream, setCharacterStream, setResult, setStringfree, getStreamFactory, length, readExternal, setCharset, setEncoding, setStreamFactory, writeExternalpublic StAXSQLXML(StAXSource source)
public StAXSQLXML(StAXSQLXML.StAXSourceProvider provider, Charset charSet)
public <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource in interface SQLXMLgetSource in class org.teiid.core.types.SQLXMLImplSQLExceptionpublic String getString() throws SQLException
getString in interface SQLXMLgetString in class org.teiid.core.types.SQLXMLImplSQLExceptionpublic InputStream getBinaryStream() throws SQLException
getBinaryStream in interface SQLXMLgetBinaryStream in class org.teiid.core.types.BaseLobSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream in interface SQLXMLgetCharacterStream in class org.teiid.core.types.BaseLobSQLExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.