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, setString
free, getStreamFactory, length, readExternal, setCharset, setEncoding, setStreamFactory, writeExternal
public StAXSQLXML(StAXSource source)
public StAXSQLXML(StAXSQLXML.StAXSourceProvider provider, Charset charSet)
public <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource
in interface SQLXML
getSource
in class SQLXMLImpl
SQLException
public String getString() throws SQLException
getString
in interface SQLXML
getString
in class SQLXMLImpl
SQLException
public InputStream getBinaryStream() throws SQLException
getBinaryStream
in interface SQLXML
getBinaryStream
in class BaseLob
SQLException
public Reader getCharacterStream() throws SQLException
getCharacterStream
in interface SQLXML
getCharacterStream
in class BaseLob
SQLException
Copyright © 2019. All rights reserved.