|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.dbms.test.sql.Thrower org.melati.poem.dbms.test.sql.ThrowingSQLXML
public class ThrowingSQLXML
Constructor Summary | |
---|---|
ThrowingSQLXML(SQLXML sx)
Constructor. |
Method Summary | ||
---|---|---|
void |
free()
|
|
InputStream |
getBinaryStream()
|
|
Reader |
getCharacterStream()
|
|
|
getSource(Class<T> sourceClass)
|
|
String |
getString()
|
|
OutputStream |
setBinaryStream()
|
|
Writer |
setCharacterStream()
|
|
|
setResult(Class<T> resultClass)
|
|
void |
setString(String value)
|
Methods inherited from class org.melati.poem.dbms.test.sql.Thrower |
---|
shouldThrow, startThrowing, startThrowingAfter, stopThrowing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThrowingSQLXML(SQLXML sx)
Method Detail |
---|
public void free() throws SQLException
free
in interface SQLXML
SQLException
SQLXML.free()
public InputStream getBinaryStream() throws SQLException
getBinaryStream
in interface SQLXML
SQLException
SQLXML.getBinaryStream()
public Reader getCharacterStream() throws SQLException
getCharacterStream
in interface SQLXML
SQLException
SQLXML.getCharacterStream()
public <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource
in interface SQLXML
SQLException
SQLXML.getSource(java.lang.Class)
public String getString() throws SQLException
getString
in interface SQLXML
SQLException
SQLXML.getString()
public OutputStream setBinaryStream() throws SQLException
setBinaryStream
in interface SQLXML
SQLException
SQLXML.setBinaryStream()
public Writer setCharacterStream() throws SQLException
setCharacterStream
in interface SQLXML
SQLException
SQLXML.setCharacterStream()
public <T extends Result> T setResult(Class<T> resultClass) throws SQLException
setResult
in interface SQLXML
SQLException
SQLXML.setResult(java.lang.Class)
public void setString(String value) throws SQLException
setString
in interface SQLXML
SQLException
SQLXML.setString(java.lang.String)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |