|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.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 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)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||