public class ResultSetTracer extends Object
Constructor and Description |
---|
ResultSetTracer(TraceOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
absolute(boolean result,
int row) |
void |
absolute(Throwable cause,
int row) |
void |
afterLast() |
void |
afterLast(Throwable cause) |
void |
beforeFirst() |
void |
beforeFirst(Throwable cause) |
void |
cancelRowUpdates() |
void |
cancelRowUpdates(Throwable cause) |
void |
clearWarnings() |
void |
clearWarnings(Throwable cause) |
void |
close() |
void |
close(Throwable cause) |
void |
deleteRow() |
void |
deleteRow(Throwable cause) |
void |
findColumn(int result,
String columnLabel) |
void |
findColumn(Throwable cause,
String columnLabel) |
void |
first(boolean result) |
void |
first(Throwable cause) |
void |
getArray(Array result,
int columnIndex) |
void |
getArray(Array result,
String columnLabel) |
void |
getArray(Throwable cause,
int columnIndex) |
void |
getArray(Throwable cause,
String columnLabel) |
void |
getAsciiStream(InputStream result,
int columnIndex) |
void |
getAsciiStream(InputStream result,
String columnLabel) |
void |
getAsciiStream(Throwable cause,
int columnIndex) |
void |
getAsciiStream(Throwable cause,
String columnLabel) |
void |
getBigDecimal(BigDecimal result,
int columnIndex) |
void |
getBigDecimal(BigDecimal result,
int columnIndex,
int scale) |
void |
getBigDecimal(BigDecimal result,
String columnLabel) |
void |
getBigDecimal(BigDecimal result,
String columnLabel,
int scale) |
void |
getBigDecimal(Throwable cause,
int columnIndex) |
void |
getBigDecimal(Throwable cause,
int columnIndex,
int scale) |
void |
getBigDecimal(Throwable cause,
String columnLabel) |
void |
getBigDecimal(Throwable cause,
String columnLabel,
int scale) |
void |
getBinaryStream(InputStream result,
int columnIndex) |
void |
getBinaryStream(InputStream result,
String columnLabel) |
void |
getBinaryStream(Throwable cause,
int columnIndex) |
void |
getBinaryStream(Throwable cause,
String columnLabel) |
void |
getBlob(Blob result,
int columnIndex) |
void |
getBlob(Blob result,
String columnLabel) |
void |
getBlob(Throwable cause,
int columnIndex) |
void |
getBlob(Throwable cause,
String columnLabel) |
void |
getBoolean(boolean result,
int columnIndex) |
void |
getBoolean(boolean result,
String columnLabel) |
void |
getBoolean(Throwable cause,
int columnIndex) |
void |
getBoolean(Throwable cause,
String columnLabel) |
void |
getByte(byte result,
int columnIndex) |
void |
getByte(byte result,
String columnLabel) |
void |
getByte(Throwable cause,
int columnIndex) |
void |
getByte(Throwable cause,
String columnLabel) |
void |
getBytes(byte[] result,
int columnIndex) |
void |
getBytes(byte[] result,
String columnLabel) |
void |
getBytes(Throwable cause,
int columnIndex) |
void |
getBytes(Throwable cause,
String columnLabel) |
void |
getCharacterStream(Reader result,
int columnIndex) |
void |
getCharacterStream(Reader result,
String columnLabel) |
void |
getCharacterStream(Throwable cause,
int columnIndex) |
void |
getCharacterStream(Throwable cause,
String columnLabel) |
void |
getClob(Clob result,
int columnIndex) |
void |
getClob(Clob result,
String columnLabel) |
void |
getClob(Throwable cause,
int columnIndex) |
void |
getClob(Throwable cause,
String columnLabel) |
void |
getConcurrency(int result) |
void |
getConcurrency(Throwable cause) |
void |
getCursorName(String result) |
void |
getCursorName(Throwable cause) |
void |
getDate(Date result,
int columnIndex) |
void |
getDate(Date result,
int columnIndex,
Calendar cal) |
void |
getDate(Date result,
String columnLabel) |
void |
getDate(Date result,
String columnLabel,
Calendar cal) |
void |
getDate(Throwable cause,
int columnIndex) |
void |
getDate(Throwable cause,
int columnIndex,
Calendar cal) |
void |
getDate(Throwable cause,
String columnLabel) |
void |
getDate(Throwable cause,
String columnLabel,
Calendar cal) |
void |
getDouble(double result,
int columnIndex) |
void |
getDouble(double result,
String columnLabel) |
void |
getDouble(Throwable cause,
int columnIndex) |
void |
getDouble(Throwable cause,
String columnLabel) |
void |
getFetchDirection(int result) |
void |
getFetchDirection(Throwable cause) |
void |
getFetchSize(int result) |
void |
getFetchSize(Throwable cause) |
void |
getFloat(float result,
int columnIndex) |
void |
getFloat(float result,
String columnLabel) |
void |
getFloat(Throwable cause,
int columnIndex) |
void |
getFloat(Throwable cause,
String columnLabel) |
void |
getHoldability(int result) |
void |
getHoldability(Throwable cause) |
void |
getInt(int result,
int columnIndex) |
void |
getInt(int result,
String columnLabel) |
void |
getInt(Throwable cause,
int columnIndex) |
void |
getInt(Throwable cause,
String columnLabel) |
void |
getLong(long result,
int columnIndex) |
void |
getLong(long result,
String columnLabel) |
void |
getLong(Throwable cause,
int columnIndex) |
void |
getLong(Throwable cause,
String columnLabel) |
void |
getMetaData(ResultSetMetaData result) |
void |
getMetaData(Throwable cause) |
void |
getNCharacterStream(Reader result,
int columnIndex) |
void |
getNCharacterStream(Reader result,
String columnLabel) |
void |
getNCharacterStream(Throwable cause,
int columnIndex) |
void |
getNCharacterStream(Throwable cause,
String columnLabel) |
void |
getNClob(NClob result,
int columnIndex) |
void |
getNClob(NClob result,
String columnLabel) |
void |
getNClob(Throwable cause,
int columnIndex) |
void |
getNClob(Throwable cause,
String columnLabel) |
void |
getNString(String result,
int columnIndex) |
void |
getNString(String result,
String columnLabel) |
void |
getNString(Throwable cause,
int columnIndex) |
void |
getNString(Throwable cause,
String columnLabel) |
void |
getObject(Object result,
int columnIndex) |
void |
getObject(Object result,
int columnIndex,
Map<String,Class<?>> map) |
void |
getObject(Object result,
String columnLabel) |
void |
getObject(Object result,
String columnLabel,
Map<String,Class<?>> map) |
void |
getObject(Throwable cause,
int columnIndex) |
<T> void |
getObject(Throwable cause,
int columnIndex,
Class<T> type) |
void |
getObject(Throwable cause,
int columnIndex,
Map<String,Class<?>> map) |
void |
getObject(Throwable cause,
String columnLabel) |
<T> void |
getObject(Throwable cause,
String columnLabel,
Class<T> type) |
void |
getObject(Throwable cause,
String columnLabel,
Map<String,Class<?>> map) |
<T> void |
getObject(T result,
int columnIndex,
Class<T> type) |
<T> void |
getObject(T result,
String columnLabel,
Class<T> type) |
void |
getRef(Ref result,
int columnIndex) |
void |
getRef(Ref result,
String columnLabel) |
void |
getRef(Throwable cause,
int columnIndex) |
void |
getRef(Throwable cause,
String columnLabel) |
void |
getRow(int result) |
void |
getRow(Throwable cause) |
void |
getRowId(RowId result,
int columnIndex) |
void |
getRowId(RowId result,
String columnLabel) |
void |
getRowId(Throwable cause,
int columnIndex) |
void |
getRowId(Throwable cause,
String columnLabel) |
void |
getShort(short result,
int columnIndex) |
void |
getShort(short result,
String columnLabel) |
void |
getShort(Throwable cause,
int columnIndex) |
void |
getShort(Throwable cause,
String columnLabel) |
void |
getSQLXML(SQLXML result,
int columnIndex) |
void |
getSQLXML(SQLXML result,
String columnLabel) |
void |
getSQLXML(Throwable cause,
int columnIndex) |
void |
getSQLXML(Throwable cause,
String columnLabel) |
void |
getStatement(Statement result) |
void |
getStatement(Throwable cause) |
void |
getString(String result,
int columnIndex) |
void |
getString(String result,
String columnLabel) |
void |
getString(Throwable cause,
int columnIndex) |
void |
getString(Throwable cause,
String columnLabel) |
void |
getTime(Throwable cause,
int columnIndex) |
void |
getTime(Throwable cause,
int columnIndex,
Calendar cal) |
void |
getTime(Throwable cause,
String columnLabel) |
void |
getTime(Throwable cause,
String columnLabel,
Calendar cal) |
void |
getTime(Time result,
int columnIndex) |
void |
getTime(Time result,
int columnIndex,
Calendar cal) |
void |
getTime(Time result,
String columnLabel) |
void |
getTime(Time result,
String columnLabel,
Calendar cal) |
void |
getTimestamp(Throwable cause,
int columnIndex) |
void |
getTimestamp(Throwable cause,
int columnIndex,
Calendar cal) |
void |
getTimestamp(Throwable cause,
String columnLabel) |
void |
getTimestamp(Throwable cause,
String columnLabel,
Calendar cal) |
void |
getTimestamp(Timestamp result,
int columnIndex) |
void |
getTimestamp(Timestamp result,
int columnIndex,
Calendar cal) |
void |
getTimestamp(Timestamp result,
String columnLabel) |
void |
getTimestamp(Timestamp result,
String columnLabel,
Calendar cal) |
void |
getType(int result) |
void |
getType(Throwable cause) |
void |
getUnicodeStream(InputStream result,
int columnIndex) |
void |
getUnicodeStream(InputStream result,
String columnLabel) |
void |
getUnicodeStream(Throwable cause,
int columnIndex) |
void |
getUnicodeStream(Throwable cause,
String columnLabel) |
void |
getURL(Throwable cause,
int columnIndex) |
void |
getURL(Throwable cause,
String columnLabel) |
void |
getURL(URL result,
int columnIndex) |
void |
getURL(URL result,
String columnLabel) |
void |
getWarnings(SQLWarning result) |
void |
getWarnings(Throwable cause) |
void |
insertRow() |
void |
insertRow(Throwable cause) |
void |
isAfterLast(boolean result) |
void |
isAfterLast(Throwable cause) |
void |
isBeforeFirst(boolean result) |
void |
isBeforeFirst(Throwable cause) |
void |
isClosed(boolean result) |
void |
isClosed(Throwable cause) |
void |
isFirst(boolean result) |
void |
isFirst(Throwable cause) |
void |
isLast(boolean result) |
void |
isLast(Throwable cause) |
void |
isWrapperFor(boolean result,
Class<?> iface) |
void |
isWrapperFor(Throwable cause,
Class<?> iface) |
void |
last(boolean result) |
void |
last(Throwable cause) |
void |
moveToCurrentRow() |
void |
moveToCurrentRow(Throwable cause) |
void |
moveToInsertRow() |
void |
moveToInsertRow(Throwable cause) |
com.impossibl.jdbc.spy.ArrayListener |
newArrayListener() |
com.impossibl.jdbc.spy.BlobListener |
newBlobListener() |
com.impossibl.jdbc.spy.ClobListener |
newClobListener() |
com.impossibl.jdbc.spy.NClobListener |
newNClobListener() |
com.impossibl.jdbc.spy.RefListener |
newRefListener() |
com.impossibl.jdbc.spy.ResultSetMetaDataListener |
newResultSetMetaDataListener() |
com.impossibl.jdbc.spy.RowIdListener |
newRowIdListener() |
com.impossibl.jdbc.spy.SQLXMLListener |
newSQLXMLListener() |
com.impossibl.jdbc.spy.StatementListener |
newStatementListener() |
void |
next(boolean result) |
void |
next(Throwable cause) |
void |
previous(boolean result) |
void |
previous(Throwable cause) |
void |
refreshRow() |
void |
refreshRow(Throwable cause) |
void |
relative(boolean result,
int rows) |
void |
relative(Throwable cause,
int rows) |
void |
rowDeleted(boolean result) |
void |
rowDeleted(Throwable cause) |
void |
rowInserted(boolean result) |
void |
rowInserted(Throwable cause) |
void |
rowUpdated(boolean result) |
void |
rowUpdated(Throwable cause) |
void |
setFetchDirection(int direction) |
void |
setFetchDirection(Throwable cause,
int direction) |
void |
setFetchSize(int rows) |
void |
setFetchSize(Throwable cause,
int rows) |
void |
trace(Trace trace) |
<T> void |
unwrap(T result,
Class<T> iface) |
<T> void |
unwrap(Throwable cause,
Class<T> iface) |
void |
updateArray(int columnIndex,
Array x) |
void |
updateArray(String columnLabel,
Array x) |
void |
updateArray(Throwable cause,
int columnIndex,
Array x) |
void |
updateArray(Throwable cause,
String columnLabel,
Array x) |
void |
updateAsciiStream(int columnIndex,
InputStream x) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
int length) |
void |
updateAsciiStream(int columnIndex,
InputStream x,
long length) |
void |
updateAsciiStream(String columnLabel,
InputStream x) |
void |
updateAsciiStream(String columnLabel,
InputStream x,
int length) |
void |
updateAsciiStream(String columnLabel,
InputStream x,
long length) |
void |
updateAsciiStream(Throwable cause,
int columnIndex,
InputStream x) |
void |
updateAsciiStream(Throwable cause,
int columnIndex,
InputStream x,
int length) |
void |
updateAsciiStream(Throwable cause,
int columnIndex,
InputStream x,
long length) |
void |
updateAsciiStream(Throwable cause,
String columnLabel,
InputStream x) |
void |
updateAsciiStream(Throwable cause,
String columnLabel,
InputStream x,
int length) |
void |
updateAsciiStream(Throwable cause,
String columnLabel,
InputStream x,
long length) |
void |
updateBigDecimal(int columnIndex,
BigDecimal x) |
void |
updateBigDecimal(String columnLabel,
BigDecimal x) |
void |
updateBigDecimal(Throwable cause,
int columnIndex,
BigDecimal x) |
void |
updateBigDecimal(Throwable cause,
String columnLabel,
BigDecimal x) |
void |
updateBinaryStream(int columnIndex,
InputStream x) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
int length) |
void |
updateBinaryStream(int columnIndex,
InputStream x,
long length) |
void |
updateBinaryStream(String columnLabel,
InputStream x) |
void |
updateBinaryStream(String columnLabel,
InputStream x,
int length) |
void |
updateBinaryStream(String columnLabel,
InputStream x,
long length) |
void |
updateBinaryStream(Throwable cause,
int columnIndex,
InputStream x) |
void |
updateBinaryStream(Throwable cause,
int columnIndex,
InputStream x,
int length) |
void |
updateBinaryStream(Throwable cause,
int columnIndex,
InputStream x,
long length) |
void |
updateBinaryStream(Throwable cause,
String columnLabel,
InputStream x) |
void |
updateBinaryStream(Throwable cause,
String columnLabel,
InputStream x,
int length) |
void |
updateBinaryStream(Throwable cause,
String columnLabel,
InputStream x,
long length) |
void |
updateBlob(int columnIndex,
Blob x) |
void |
updateBlob(int columnIndex,
InputStream inputStream) |
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length) |
void |
updateBlob(String columnLabel,
Blob x) |
void |
updateBlob(String columnLabel,
InputStream inputStream) |
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length) |
void |
updateBlob(Throwable cause,
int columnIndex,
Blob x) |
void |
updateBlob(Throwable cause,
int columnIndex,
InputStream inputStream) |
void |
updateBlob(Throwable cause,
int columnIndex,
InputStream inputStream,
long length) |
void |
updateBlob(Throwable cause,
String columnLabel,
Blob x) |
void |
updateBlob(Throwable cause,
String columnLabel,
InputStream inputStream) |
void |
updateBlob(Throwable cause,
String columnLabel,
InputStream inputStream,
long length) |
void |
updateBoolean(int columnIndex,
boolean x) |
void |
updateBoolean(String columnLabel,
boolean x) |
void |
updateBoolean(Throwable cause,
int columnIndex,
boolean x) |
void |
updateBoolean(Throwable cause,
String columnLabel,
boolean x) |
void |
updateByte(int columnIndex,
byte x) |
void |
updateByte(String columnLabel,
byte x) |
void |
updateByte(Throwable cause,
int columnIndex,
byte x) |
void |
updateByte(Throwable cause,
String columnLabel,
byte x) |
void |
updateBytes(int columnIndex,
byte[] x) |
void |
updateBytes(String columnLabel,
byte[] x) |
void |
updateBytes(Throwable cause,
int columnIndex,
byte[] x) |
void |
updateBytes(Throwable cause,
String columnLabel,
byte[] x) |
void |
updateCharacterStream(int columnIndex,
Reader x) |
void |
updateCharacterStream(int columnIndex,
Reader x,
int length) |
void |
updateCharacterStream(int columnIndex,
Reader x,
long length) |
void |
updateCharacterStream(String columnLabel,
Reader reader) |
void |
updateCharacterStream(String columnLabel,
Reader reader,
int length) |
void |
updateCharacterStream(String columnLabel,
Reader reader,
long length) |
void |
updateCharacterStream(Throwable cause,
int columnIndex,
Reader x) |
void |
updateCharacterStream(Throwable cause,
int columnIndex,
Reader x,
int length) |
void |
updateCharacterStream(Throwable cause,
int columnIndex,
Reader x,
long length) |
void |
updateCharacterStream(Throwable cause,
String columnLabel,
Reader reader) |
void |
updateCharacterStream(Throwable cause,
String columnLabel,
Reader reader,
int length) |
void |
updateCharacterStream(Throwable cause,
String columnLabel,
Reader reader,
long length) |
void |
updateClob(int columnIndex,
Clob x) |
void |
updateClob(int columnIndex,
Reader reader) |
void |
updateClob(int columnIndex,
Reader reader,
long length) |
void |
updateClob(String columnLabel,
Clob x) |
void |
updateClob(String columnLabel,
Reader reader) |
void |
updateClob(String columnLabel,
Reader reader,
long length) |
void |
updateClob(Throwable cause,
int columnIndex,
Clob x) |
void |
updateClob(Throwable cause,
int columnIndex,
Reader reader) |
void |
updateClob(Throwable cause,
int columnIndex,
Reader reader,
long length) |
void |
updateClob(Throwable cause,
String columnLabel,
Clob x) |
void |
updateClob(Throwable cause,
String columnLabel,
Reader reader) |
void |
updateClob(Throwable cause,
String columnLabel,
Reader reader,
long length) |
void |
updateDate(int columnIndex,
Date x) |
void |
updateDate(String columnLabel,
Date x) |
void |
updateDate(Throwable cause,
int columnIndex,
Date x) |
void |
updateDate(Throwable cause,
String columnLabel,
Date x) |
void |
updateDouble(int columnIndex,
double x) |
void |
updateDouble(String columnLabel,
double x) |
void |
updateDouble(Throwable cause,
int columnIndex,
double x) |
void |
updateDouble(Throwable cause,
String columnLabel,
double x) |
void |
updateFloat(int columnIndex,
float x) |
void |
updateFloat(String columnLabel,
float x) |
void |
updateFloat(Throwable cause,
int columnIndex,
float x) |
void |
updateFloat(Throwable cause,
String columnLabel,
float x) |
void |
updateInt(int columnIndex,
int x) |
void |
updateInt(String columnLabel,
int x) |
void |
updateInt(Throwable cause,
int columnIndex,
int x) |
void |
updateInt(Throwable cause,
String columnLabel,
int x) |
void |
updateLong(int columnIndex,
long x) |
void |
updateLong(String columnLabel,
long x) |
void |
updateLong(Throwable cause,
int columnIndex,
long x) |
void |
updateLong(Throwable cause,
String columnLabel,
long x) |
void |
updateNCharacterStream(int columnIndex,
Reader x) |
void |
updateNCharacterStream(int columnIndex,
Reader x,
long length) |
void |
updateNCharacterStream(String columnLabel,
Reader reader) |
void |
updateNCharacterStream(String columnLabel,
Reader reader,
long length) |
void |
updateNCharacterStream(Throwable cause,
int columnIndex,
Reader x) |
void |
updateNCharacterStream(Throwable cause,
int columnIndex,
Reader x,
long length) |
void |
updateNCharacterStream(Throwable cause,
String columnLabel,
Reader reader) |
void |
updateNCharacterStream(Throwable cause,
String columnLabel,
Reader reader,
long length) |
void |
updateNClob(int columnIndex,
NClob nClob) |
void |
updateNClob(int columnIndex,
Reader reader) |
void |
updateNClob(int columnIndex,
Reader reader,
long length) |
void |
updateNClob(String columnLabel,
NClob nClob) |
void |
updateNClob(String columnLabel,
Reader reader) |
void |
updateNClob(String columnLabel,
Reader reader,
long length) |
void |
updateNClob(Throwable cause,
int columnIndex,
NClob nClob) |
void |
updateNClob(Throwable cause,
int columnIndex,
Reader reader) |
void |
updateNClob(Throwable cause,
int columnIndex,
Reader reader,
long length) |
void |
updateNClob(Throwable cause,
String columnLabel,
NClob nClob) |
void |
updateNClob(Throwable cause,
String columnLabel,
Reader reader) |
void |
updateNClob(Throwable cause,
String columnLabel,
Reader reader,
long length) |
void |
updateNString(int columnIndex,
String nString) |
void |
updateNString(String columnLabel,
String nString) |
void |
updateNString(Throwable cause,
int columnIndex,
String nString) |
void |
updateNString(Throwable cause,
String columnLabel,
String nString) |
void |
updateNull(int columnIndex) |
void |
updateNull(String columnLabel) |
void |
updateNull(Throwable cause,
int columnIndex) |
void |
updateNull(Throwable cause,
String columnLabel) |
void |
updateObject(int columnIndex,
Object x) |
void |
updateObject(int columnIndex,
Object x,
int scaleOrLength) |
void |
updateObject(int columnIndex,
Object x,
SQLType targetSqlType) |
void |
updateObject(int columnIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
updateObject(String columnLabel,
Object x) |
void |
updateObject(String columnLabel,
Object x,
int scaleOrLength) |
void |
updateObject(String columnLabel,
Object x,
SQLType targetSqlType) |
void |
updateObject(String columnLabel,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
updateObject(Throwable cause,
int columnIndex,
Object x) |
void |
updateObject(Throwable cause,
int columnIndex,
Object x,
int scaleOrLength) |
void |
updateObject(Throwable cause,
int columnIndex,
Object x,
SQLType targetSqlType) |
void |
updateObject(Throwable cause,
int columnIndex,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
updateObject(Throwable cause,
String columnLabel,
Object x) |
void |
updateObject(Throwable cause,
String columnLabel,
Object x,
int scaleOrLength) |
void |
updateObject(Throwable cause,
String columnLabel,
Object x,
SQLType targetSqlType) |
void |
updateObject(Throwable cause,
String columnLabel,
Object x,
SQLType targetSqlType,
int scaleOrLength) |
void |
updateRef(int columnIndex,
Ref x) |
void |
updateRef(String columnLabel,
Ref x) |
void |
updateRef(Throwable cause,
int columnIndex,
Ref x) |
void |
updateRef(Throwable cause,
String columnLabel,
Ref x) |
void |
updateRow() |
void |
updateRow(Throwable cause) |
void |
updateRowId(int columnIndex,
RowId x) |
void |
updateRowId(String columnLabel,
RowId x) |
void |
updateRowId(Throwable cause,
int columnIndex,
RowId x) |
void |
updateRowId(Throwable cause,
String columnLabel,
RowId x) |
void |
updateShort(int columnIndex,
short x) |
void |
updateShort(String columnLabel,
short x) |
void |
updateShort(Throwable cause,
int columnIndex,
short x) |
void |
updateShort(Throwable cause,
String columnLabel,
short x) |
void |
updateSQLXML(int columnIndex,
SQLXML xmlObject) |
void |
updateSQLXML(String columnLabel,
SQLXML xmlObject) |
void |
updateSQLXML(Throwable cause,
int columnIndex,
SQLXML xmlObject) |
void |
updateSQLXML(Throwable cause,
String columnLabel,
SQLXML xmlObject) |
void |
updateString(int columnIndex,
String x) |
void |
updateString(String columnLabel,
String x) |
void |
updateString(Throwable cause,
int columnIndex,
String x) |
void |
updateString(Throwable cause,
String columnLabel,
String x) |
void |
updateTime(int columnIndex,
Time x) |
void |
updateTime(String columnLabel,
Time x) |
void |
updateTime(Throwable cause,
int columnIndex,
Time x) |
void |
updateTime(Throwable cause,
String columnLabel,
Time x) |
void |
updateTimestamp(int columnIndex,
Timestamp x) |
void |
updateTimestamp(String columnLabel,
Timestamp x) |
void |
updateTimestamp(Throwable cause,
int columnIndex,
Timestamp x) |
void |
updateTimestamp(Throwable cause,
String columnLabel,
Timestamp x) |
void |
wasNull(boolean result) |
void |
wasNull(Throwable cause) |
public ResultSetTracer(TraceOutput out)
public void trace(Trace trace)
public void updateClob(int columnIndex, Reader reader)
public void getAsciiStream(InputStream result, String columnLabel)
public void isClosed(boolean result)
public void isClosed(Throwable cause)
public void getDate(Date result, int columnIndex)
public void getDate(Throwable cause, int columnIndex)
public void updateBinaryStream(int columnIndex, InputStream x, long length)
public void updateBinaryStream(Throwable cause, int columnIndex, InputStream x, long length)
public void updateCharacterStream(int columnIndex, Reader x, int length)
public void updateCharacterStream(Throwable cause, int columnIndex, Reader x, int length)
public void cancelRowUpdates()
public void cancelRowUpdates(Throwable cause)
public void updateBinaryStream(String columnLabel, InputStream x, int length)
public void updateBinaryStream(Throwable cause, String columnLabel, InputStream x, int length)
public void getBoolean(boolean result, String columnLabel)
public void updateLong(int columnIndex, long x)
public void updateLong(Throwable cause, int columnIndex, long x)
public void getRef(Ref result, int columnIndex)
public void getRef(Throwable cause, int columnIndex)
public void updateObject(Throwable cause, int columnIndex, Object x, SQLType targetSqlType)
public void getFloat(float result, int columnIndex)
public void getFloat(Throwable cause, int columnIndex)
public void updateRef(int columnIndex, Ref x)
public void updateAsciiStream(int columnIndex, InputStream x, long length)
public void updateAsciiStream(Throwable cause, int columnIndex, InputStream x, long length)
public void isAfterLast(boolean result)
public void isAfterLast(Throwable cause)
public void previous(boolean result)
public void previous(Throwable cause)
public void getFetchSize(int result)
public void getFetchSize(Throwable cause)
public void getRow(int result)
public void getRow(Throwable cause)
public void updateBlob(int columnIndex, Blob x)
public void updateFloat(int columnIndex, float x)
public void updateFloat(Throwable cause, int columnIndex, float x)
public void getSQLXML(SQLXML result, int columnIndex)
public void getSQLXML(Throwable cause, int columnIndex)
public void updateBytes(String columnLabel, byte[] x)
public void getArray(Array result, int columnIndex)
public void getArray(Throwable cause, int columnIndex)
public void getWarnings(SQLWarning result)
public void getWarnings(Throwable cause)
public void updateBinaryStream(String columnLabel, InputStream x)
public void updateBinaryStream(Throwable cause, String columnLabel, InputStream x)
public void last(boolean result)
public void last(Throwable cause)
public void updateAsciiStream(String columnLabel, InputStream x, int length)
public void updateAsciiStream(Throwable cause, String columnLabel, InputStream x, int length)
public void getFetchDirection(int result)
public void getFetchDirection(Throwable cause)
public void setFetchSize(int rows)
public void setFetchSize(Throwable cause, int rows)
public void updateInt(int columnIndex, int x)
public void updateInt(Throwable cause, int columnIndex, int x)
public void afterLast()
public void afterLast(Throwable cause)
public void first(boolean result)
public void first(Throwable cause)
public void updateShort(int columnIndex, short x)
public void updateShort(Throwable cause, int columnIndex, short x)
public void findColumn(int result, String columnLabel)
public void updateSQLXML(int columnIndex, SQLXML xmlObject)
public void updateBlob(String columnLabel, InputStream inputStream, long length)
public void updateBlob(Throwable cause, String columnLabel, InputStream inputStream, long length)
public void moveToInsertRow()
public void moveToInsertRow(Throwable cause)
public void getByte(byte result, int columnIndex)
public void getByte(Throwable cause, int columnIndex)
public void updateDouble(int columnIndex, double x)
public void updateDouble(Throwable cause, int columnIndex, double x)
public void updateBinaryStream(int columnIndex, InputStream x, int length)
public void updateBinaryStream(Throwable cause, int columnIndex, InputStream x, int length)
public void getFloat(float result, String columnLabel)
public void updateBoolean(int columnIndex, boolean x)
public void updateBoolean(Throwable cause, int columnIndex, boolean x)
public void updateObject(int columnIndex, Object x, int scaleOrLength)
public void updateObject(Throwable cause, int columnIndex, Object x, int scaleOrLength)
public void getStatement(Statement result)
public void getStatement(Throwable cause)
public void updateBinaryStream(String columnLabel, InputStream x, long length)
public void updateBinaryStream(Throwable cause, String columnLabel, InputStream x, long length)
public void getMetaData(ResultSetMetaData result)
public void getMetaData(Throwable cause)
public void updateAsciiStream(int columnIndex, InputStream x, int length)
public void updateAsciiStream(Throwable cause, int columnIndex, InputStream x, int length)
public void updateNull(int columnIndex)
public void updateNull(Throwable cause, int columnIndex)
public void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength)
public void updateObject(Throwable cause, String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength)
public void rowInserted(boolean result)
public void rowInserted(Throwable cause)
public void deleteRow()
public void deleteRow(Throwable cause)
public void updateNClob(int columnIndex, Reader reader, long length)
public void updateShort(String columnLabel, short x)
public void getURL(URL result, int columnIndex)
public void getURL(Throwable cause, int columnIndex)
public void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength)
public void updateObject(Throwable cause, int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength)
public void updateBigDecimal(int columnIndex, BigDecimal x)
public void updateBigDecimal(Throwable cause, int columnIndex, BigDecimal x)
public void updateClob(int columnIndex, Reader reader, long length)
public void close()
public void close(Throwable cause)
public void updateNCharacterStream(int columnIndex, Reader x, long length)
public void updateNCharacterStream(Throwable cause, int columnIndex, Reader x, long length)
public void beforeFirst()
public void beforeFirst(Throwable cause)
public void getShort(short result, String columnLabel)
public void getBinaryStream(InputStream result, String columnLabel)
public void updateNCharacterStream(int columnIndex, Reader x)
public void updateNCharacterStream(Throwable cause, int columnIndex, Reader x)
public void getBigDecimal(BigDecimal result, String columnLabel)
public void updateFloat(String columnLabel, float x)
public void absolute(boolean result, int row)
public void absolute(Throwable cause, int row)
public void getLong(long result, String columnLabel)
public void updateObject(Throwable cause, String columnLabel, Object x, int scaleOrLength)
public void updateNClob(int columnIndex, NClob nClob)
public void getCharacterStream(Reader result, int columnIndex)
public void getCharacterStream(Throwable cause, int columnIndex)
public void updateBytes(int columnIndex, byte[] x)
public void updateBytes(Throwable cause, int columnIndex, byte[] x)
public void updateRowId(int columnIndex, RowId x)
public void getUnicodeStream(InputStream result, int columnIndex)
public void getUnicodeStream(Throwable cause, int columnIndex)
public void updateBoolean(String columnLabel, boolean x)
public void updateClob(int columnIndex, Clob x)
public void getInt(int result, String columnLabel)
public void getAsciiStream(InputStream result, int columnIndex)
public void getAsciiStream(Throwable cause, int columnIndex)
public void getInt(int result, int columnIndex)
public void getInt(Throwable cause, int columnIndex)
public void rowUpdated(boolean result)
public void rowUpdated(Throwable cause)
public void relative(boolean result, int rows)
public void relative(Throwable cause, int rows)
public void clearWarnings()
public void clearWarnings(Throwable cause)
public void getDouble(double result, int columnIndex)
public void getDouble(Throwable cause, int columnIndex)
public void refreshRow()
public void refreshRow(Throwable cause)
public void updateNClob(Throwable cause, String columnLabel, Reader reader, long length)
public void getRowId(RowId result, int columnIndex)
public void getRowId(Throwable cause, int columnIndex)
public void updateBinaryStream(int columnIndex, InputStream x)
public void updateBinaryStream(Throwable cause, int columnIndex, InputStream x)
public void insertRow()
public void insertRow(Throwable cause)
public void wasNull(boolean result)
public void wasNull(Throwable cause)
public <T> void unwrap(T result, Class<T> iface)
public void updateNCharacterStream(Throwable cause, String columnLabel, Reader reader)
public void getDouble(double result, String columnLabel)
public void getHoldability(int result)
public void getHoldability(Throwable cause)
public void getByte(byte result, String columnLabel)
public void getBlob(Blob result, int columnIndex)
public void getBlob(Throwable cause, int columnIndex)
public void updateBigDecimal(String columnLabel, BigDecimal x)
public void updateBigDecimal(Throwable cause, String columnLabel, BigDecimal x)
public void getBigDecimal(BigDecimal result, String columnLabel, int scale)
public void updateBlob(int columnIndex, InputStream inputStream)
public void updateBlob(Throwable cause, int columnIndex, InputStream inputStream)
public void updateTime(int columnIndex, Time x)
public void isBeforeFirst(boolean result)
public void isBeforeFirst(Throwable cause)
public void getBigDecimal(BigDecimal result, int columnIndex, int scale)
public void getBigDecimal(Throwable cause, int columnIndex, int scale)
public void getBinaryStream(InputStream result, int columnIndex)
public void getBinaryStream(Throwable cause, int columnIndex)
public void getBytes(byte[] result, String columnLabel)
public void updateAsciiStream(String columnLabel, InputStream x, long length)
public void updateAsciiStream(Throwable cause, String columnLabel, InputStream x, long length)
public void getLong(long result, int columnIndex)
public void getLong(Throwable cause, int columnIndex)
public void getCursorName(String result)
public void getCursorName(Throwable cause)
public void updateCharacterStream(String columnLabel, Reader reader, int length)
public void updateCharacterStream(Throwable cause, String columnLabel, Reader reader, int length)
public void getConcurrency(int result)
public void getConcurrency(Throwable cause)
public void getBigDecimal(BigDecimal result, int columnIndex)
public void getBigDecimal(Throwable cause, int columnIndex)
public void getBytes(byte[] result, int columnIndex)
public void getBytes(Throwable cause, int columnIndex)
public void updateInt(String columnLabel, int x)
public void getNString(String result, int columnIndex)
public void getNString(Throwable cause, int columnIndex)
public void getString(String result, int columnIndex)
public void getString(Throwable cause, int columnIndex)
public void getNCharacterStream(Reader result, int columnIndex)
public void getNCharacterStream(Throwable cause, int columnIndex)
public void isWrapperFor(boolean result, Class<?> iface)
public void updateCharacterStream(int columnIndex, Reader x, long length)
public void updateCharacterStream(Throwable cause, int columnIndex, Reader x, long length)
public void updateNCharacterStream(String columnLabel, Reader reader, long length)
public void updateNCharacterStream(Throwable cause, String columnLabel, Reader reader, long length)
public void updateObject(int columnIndex, Object x)
public void setFetchDirection(int direction)
public void setFetchDirection(Throwable cause, int direction)
public void updateObject(Throwable cause, String columnLabel, Object x, SQLType targetSqlType)
public void updateRow()
public void updateRow(Throwable cause)
public void getObject(Object result, int columnIndex)
public void getObject(Throwable cause, int columnIndex)
public void updateAsciiStream(String columnLabel, InputStream x)
public void updateAsciiStream(Throwable cause, String columnLabel, InputStream x)
public void updateBlob(String columnLabel, InputStream inputStream)
public void updateBlob(Throwable cause, String columnLabel, InputStream inputStream)
public void isFirst(boolean result)
public void isFirst(Throwable cause)
public void updateByte(int columnIndex, byte x)
public void updateByte(Throwable cause, int columnIndex, byte x)
public void updateNull(String columnLabel)
public void getShort(short result, int columnIndex)
public void getShort(Throwable cause, int columnIndex)
public void updateLong(String columnLabel, long x)
public void rowDeleted(boolean result)
public void rowDeleted(Throwable cause)
public void updateString(int columnIndex, String x)
public void moveToCurrentRow()
public void moveToCurrentRow(Throwable cause)
public void updateDouble(String columnLabel, double x)
public void getClob(Clob result, int columnIndex)
public void getClob(Throwable cause, int columnIndex)
public void updateCharacterStream(int columnIndex, Reader x)
public void updateCharacterStream(String columnLabel, Reader reader, long length)
public void updateCharacterStream(Throwable cause, String columnLabel, Reader reader, long length)
public void getBoolean(boolean result, int columnIndex)
public void getBoolean(Throwable cause, int columnIndex)
public void updateAsciiStream(int columnIndex, InputStream x)
public void updateAsciiStream(Throwable cause, int columnIndex, InputStream x)
public void updateDate(int columnIndex, Date x)
public void getTime(Time result, int columnIndex)
public void getTime(Throwable cause, int columnIndex)
public void getUnicodeStream(InputStream result, String columnLabel)
public void getType(int result)
public void getType(Throwable cause)
public void updateTimestamp(int columnIndex, Timestamp x)
public void updateArray(int columnIndex, Array x)
public <T> void getObject(T result, int columnIndex, Class<T> type)
public void getTimestamp(Timestamp result, int columnIndex)
public void getTimestamp(Throwable cause, int columnIndex)
public void updateBlob(int columnIndex, InputStream inputStream, long length)
public void updateBlob(Throwable cause, int columnIndex, InputStream inputStream, long length)
public void updateNString(int columnIndex, String nString)
public void isLast(boolean result)
public void isLast(Throwable cause)
public void updateByte(String columnLabel, byte x)
public void updateCharacterStream(Throwable cause, String columnLabel, Reader reader)
public void getNClob(NClob result, int columnIndex)
public void getNClob(Throwable cause, int columnIndex)
public void updateNClob(int columnIndex, Reader reader)
public void next(boolean result)
public void next(Throwable cause)
public com.impossibl.jdbc.spy.RefListener newRefListener()
public com.impossibl.jdbc.spy.BlobListener newBlobListener()
public com.impossibl.jdbc.spy.SQLXMLListener newSQLXMLListener()
public com.impossibl.jdbc.spy.ArrayListener newArrayListener()
public com.impossibl.jdbc.spy.ClobListener newClobListener()
public com.impossibl.jdbc.spy.StatementListener newStatementListener()
public com.impossibl.jdbc.spy.ResultSetMetaDataListener newResultSetMetaDataListener()
public com.impossibl.jdbc.spy.NClobListener newNClobListener()
public com.impossibl.jdbc.spy.RowIdListener newRowIdListener()