| Modifier and Type | Field and Description |
|---|---|
com.impossibl.jdbc.spy.SQLXMLListener |
listener |
SQLXML |
target |
| Constructor and Description |
|---|
SQLXMLRelay(SQLXML target,
com.impossibl.jdbc.spy.SQLXMLListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
InputStream |
getBinaryStream() |
Reader |
getCharacterStream() |
<T extends Source> |
getSource(Class<T> sourceClass) |
String |
getString() |
SQLXML |
getTarget() |
OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> resultClass) |
void |
setString(String value) |
public SQLXML target
public com.impossibl.jdbc.spy.SQLXMLListener listener
public SQLXMLRelay(SQLXML target, com.impossibl.jdbc.spy.SQLXMLListener listener)
public String getString() throws SQLException
getString in interface SQLXMLSQLExceptionpublic Reader getCharacterStream() throws SQLException
getCharacterStream in interface SQLXMLSQLExceptionpublic Writer setCharacterStream() throws SQLException
setCharacterStream in interface SQLXMLSQLExceptionpublic OutputStream setBinaryStream() throws SQLException
setBinaryStream in interface SQLXMLSQLExceptionpublic void setString(String value) throws SQLException
setString in interface SQLXMLSQLExceptionpublic <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource in interface SQLXMLSQLExceptionpublic <T extends Result> T setResult(Class<T> resultClass) throws SQLException
setResult in interface SQLXMLSQLExceptionpublic void free()
throws SQLException
free in interface SQLXMLSQLExceptionpublic InputStream getBinaryStream() throws SQLException
getBinaryStream in interface SQLXMLSQLException