public class StAXSQLXML extends 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 SQLXMLImplSQLExceptionpublic String getString() throws SQLException
getString in interface SQLXMLgetString in class SQLXMLImplSQLExceptionpublic InputStream getBinaryStream() throws SQLException
getBinaryStream in interface SQLXMLgetBinaryStream in class BaseLobSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream in interface SQLXMLgetCharacterStream in class BaseLobSQLExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.