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