public class SQLXMLImpl extends BaseLob implements SQLXML
| Constructor and Description |
|---|
SQLXMLImpl() |
SQLXMLImpl(byte[] bytes)
Constructs a SQLXML from bytes that are already encoded in
Streamable.ENCODING |
SQLXMLImpl(InputStreamFactory factory) |
SQLXMLImpl(String str) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
<T extends Source> |
getSource(Class<T> sourceClass) |
String |
getString() |
OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> resultClass) |
void |
setString(String value) |
free, getBinaryStream, getCharacterStream, getStreamFactory, length, readExternal, setCharset, setEncoding, setStreamFactory, writeExternalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfree, getBinaryStream, getCharacterStreampublic SQLXMLImpl()
public SQLXMLImpl(byte[] bytes)
Streamable.ENCODINGbytes - public SQLXMLImpl(String str)
public SQLXMLImpl(InputStreamFactory factory)
public Charset getCharset()
getCharset in class BaseLobpublic <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource in interface SQLXMLSQLExceptionpublic String getString() throws SQLException
getString in interface SQLXMLSQLExceptionpublic OutputStream setBinaryStream() throws SQLException
setBinaryStream in interface SQLXMLSQLExceptionpublic Writer setCharacterStream() throws SQLException
setCharacterStream in interface SQLXMLSQLExceptionpublic void setString(String value) throws SQLException
setString in interface SQLXMLSQLExceptionpublic <T extends Result> T setResult(Class<T> resultClass) throws SQLException
setResult in interface SQLXMLSQLExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.