|
||||||||||
| 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.ThrowingNClob
public class ThrowingNClob
| Constructor Summary | |
|---|---|
ThrowingNClob(NClob nc)
Constructor. |
|
| Method Summary | |
|---|---|
void |
free()
|
InputStream |
getAsciiStream()
|
Reader |
getCharacterStream()
|
Reader |
getCharacterStream(long pos,
long length)
|
String |
getSubString(long pos,
int length)
|
long |
length()
|
long |
position(Clob searchstr,
long start)
|
long |
position(String searchstr,
long start)
|
OutputStream |
setAsciiStream(long pos)
|
Writer |
setCharacterStream(long pos)
|
int |
setString(long pos,
String str)
|
int |
setString(long pos,
String str,
int offset,
int len)
|
void |
truncate(long len)
|
| 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 ThrowingNClob(NClob nc)
| Method Detail |
|---|
public void free()
throws SQLException
free in interface ClobSQLExceptionClob.free()
public InputStream getAsciiStream()
throws SQLException
getAsciiStream in interface ClobSQLExceptionClob.getAsciiStream()
public Reader getCharacterStream()
throws SQLException
getCharacterStream in interface ClobSQLExceptionClob.getCharacterStream()
public Reader getCharacterStream(long pos,
long length)
throws SQLException
getCharacterStream in interface ClobSQLExceptionClob.getCharacterStream(long, long)
public String getSubString(long pos,
int length)
throws SQLException
getSubString in interface ClobSQLExceptionClob.getSubString(long, int)
public long length()
throws SQLException
length in interface ClobSQLExceptionClob.length()
public long position(String searchstr,
long start)
throws SQLException
position in interface ClobSQLExceptionClob.position(java.lang.String, long)
public long position(Clob searchstr,
long start)
throws SQLException
position in interface ClobSQLExceptionClob.position(java.sql.Clob, long)
public OutputStream setAsciiStream(long pos)
throws SQLException
setAsciiStream in interface ClobSQLExceptionClob.setAsciiStream(long)
public Writer setCharacterStream(long pos)
throws SQLException
setCharacterStream in interface ClobSQLExceptionClob.setCharacterStream(long)
public int setString(long pos,
String str)
throws SQLException
setString in interface ClobSQLExceptionClob.setString(long, java.lang.String)
public int setString(long pos,
String str,
int offset,
int len)
throws SQLException
setString in interface ClobSQLExceptionClob.setString(long, java.lang.String, int, int)
public void truncate(long len)
throws SQLException
truncate in interface ClobSQLExceptionClob.truncate(long)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||