| Constructor and Description |
|---|
ThrowingSQLXML(SQLXML sx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
InputStream |
getBinaryStream() |
Reader |
getCharacterStream() |
<T extends Source> |
getSource(Class<T> sourceClass) |
String |
getString() |
OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> resultClass) |
void |
setString(String value) |
shouldThrow, startThrowing, startThrowingAfter, stopThrowingpublic ThrowingSQLXML(SQLXML sx)
public void free()
throws SQLException
free in interface SQLXMLSQLExceptionSQLXML.free()public InputStream getBinaryStream() throws SQLException
getBinaryStream in interface SQLXMLSQLExceptionSQLXML.getBinaryStream()public Reader getCharacterStream() throws SQLException
getCharacterStream in interface SQLXMLSQLExceptionSQLXML.getCharacterStream()public <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource in interface SQLXMLSQLExceptionSQLXML.getSource(java.lang.Class)public String getString() throws SQLException
getString in interface SQLXMLSQLExceptionSQLXML.getString()public OutputStream setBinaryStream() throws SQLException
setBinaryStream in interface SQLXMLSQLExceptionSQLXML.setBinaryStream()public Writer setCharacterStream() throws SQLException
setCharacterStream in interface SQLXMLSQLExceptionSQLXML.setCharacterStream()public <T extends Result> T setResult(Class<T> resultClass) throws SQLException
setResult in interface SQLXMLSQLExceptionSQLXML.setResult(java.lang.Class)public void setString(String value) throws SQLException
setString in interface SQLXMLSQLExceptionSQLXML.setString(java.lang.String)Copyright © 2000–2015 PanEris. All rights reserved.