Package com.impossibl.jdbc.spy
Class NClobTracer
- java.lang.Object
-
- com.impossibl.jdbc.spy.NClobTracer
-
public class NClobTracer extends Object
-
-
Constructor Summary
Constructors Constructor Description NClobTracer(TraceOutput out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfree()voidfree(Throwable cause)voidgetAsciiStream(InputStream result)voidgetAsciiStream(Throwable cause)voidgetCharacterStream(Reader result)voidgetCharacterStream(Reader result, long pos, long length)voidgetCharacterStream(Throwable cause)voidgetCharacterStream(Throwable cause, long pos, long length)voidgetSubString(String result, long pos, int length)voidgetSubString(Throwable cause, long pos, int length)voidlength(long result)voidlength(Throwable cause)voidposition(long result, String searchstr, long start)voidposition(long result, Clob searchstr, long start)voidposition(Throwable cause, String searchstr, long start)voidposition(Throwable cause, Clob searchstr, long start)voidsetAsciiStream(OutputStream result, long pos)voidsetAsciiStream(Throwable cause, long pos)voidsetCharacterStream(Writer result, long pos)voidsetCharacterStream(Throwable cause, long pos)voidsetString(int result, long pos, String str)voidsetString(int result, long pos, String str, int offset, int len)voidsetString(Throwable cause, long pos, String str)voidsetString(Throwable cause, long pos, String str, int offset, int len)voidtrace(Trace trace)voidtruncate(long len)voidtruncate(Throwable cause, long len)
-
-
-
Constructor Detail
-
NClobTracer
public NClobTracer(TraceOutput out)
-
-
Method Detail
-
trace
public void trace(Trace trace)
-
getSubString
public void getSubString(String result, long pos, int length)
-
getSubString
public void getSubString(Throwable cause, long pos, int length)
-
setString
public void setString(int result, long pos, String str, int offset, int len)
-
setCharacterStream
public void setCharacterStream(Writer result, long pos)
-
setCharacterStream
public void setCharacterStream(Throwable cause, long pos)
-
getAsciiStream
public void getAsciiStream(InputStream result)
-
getAsciiStream
public void getAsciiStream(Throwable cause)
-
length
public void length(long result)
-
length
public void length(Throwable cause)
-
getCharacterStream
public void getCharacterStream(Reader result)
-
getCharacterStream
public void getCharacterStream(Throwable cause)
-
free
public void free()
-
free
public void free(Throwable cause)
-
setAsciiStream
public void setAsciiStream(OutputStream result, long pos)
-
setAsciiStream
public void setAsciiStream(Throwable cause, long pos)
-
setString
public void setString(int result, long pos, String str)
-
position
public void position(long result, Clob searchstr, long start)
-
position
public void position(long result, String searchstr, long start)
-
truncate
public void truncate(long len)
-
truncate
public void truncate(Throwable cause, long len)
-
getCharacterStream
public void getCharacterStream(Reader result, long pos, long length)
-
getCharacterStream
public void getCharacterStream(Throwable cause, long pos, long length)
-
-