public class NClobTracer extends Object
Constructor and Description |
---|
NClobTracer(TraceOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
void |
free(Throwable cause) |
void |
getAsciiStream(InputStream result) |
void |
getAsciiStream(Throwable cause) |
void |
getCharacterStream(Reader result) |
void |
getCharacterStream(Reader result,
long pos,
long length) |
void |
getCharacterStream(Throwable cause) |
void |
getCharacterStream(Throwable cause,
long pos,
long length) |
void |
getSubString(String result,
long pos,
int length) |
void |
getSubString(Throwable cause,
long pos,
int length) |
void |
length(long result) |
void |
length(Throwable cause) |
void |
position(long result,
Clob searchstr,
long start) |
void |
position(long result,
String searchstr,
long start) |
void |
position(Throwable cause,
Clob searchstr,
long start) |
void |
position(Throwable cause,
String searchstr,
long start) |
void |
setAsciiStream(OutputStream result,
long pos) |
void |
setAsciiStream(Throwable cause,
long pos) |
void |
setCharacterStream(Throwable cause,
long pos) |
void |
setCharacterStream(Writer result,
long pos) |
void |
setString(int result,
long pos,
String str) |
void |
setString(int result,
long pos,
String str,
int offset,
int len) |
void |
setString(Throwable cause,
long pos,
String str) |
void |
setString(Throwable cause,
long pos,
String str,
int offset,
int len) |
void |
trace(Trace trace) |
void |
truncate(long len) |
void |
truncate(Throwable cause,
long len) |
public NClobTracer(TraceOutput out)
public void trace(Trace trace)
public void getCharacterStream(Reader result)
public void getCharacterStream(Throwable cause)
public void position(long result, Clob searchstr, long start)
public void position(long result, String searchstr, long start)
public void free()
public void free(Throwable cause)
public void getSubString(String result, long pos, int length)
public void getSubString(Throwable cause, long pos, int length)
public void length(long result)
public void length(Throwable cause)
public void setString(int result, long pos, String str, int offset, int len)
public void truncate(long len)
public void truncate(Throwable cause, long len)
public void getAsciiStream(InputStream result)
public void getAsciiStream(Throwable cause)
public void setAsciiStream(OutputStream result, long pos)
public void setAsciiStream(Throwable cause, long pos)
public void setCharacterStream(Writer result, long pos)
public void setCharacterStream(Throwable cause, long pos)
public void setString(int result, long pos, String str)
public void getCharacterStream(Reader result, long pos, long length)
public void getCharacterStream(Throwable cause, long pos, long length)