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 voidabsolute(boolean result, int row)voidabsolute(Throwable cause, int row)voidafterLast()voidafterLast(Throwable cause)voidbeforeFirst()voidbeforeFirst(Throwable cause)voidcancelRowUpdates()voidcancelRowUpdates(Throwable cause)voidclearWarnings()voidclearWarnings(Throwable cause)voidclose()voidclose(Throwable cause)voiddeleteRow()voiddeleteRow(Throwable cause)voidfindColumn(int result, String columnLabel)voidfindColumn(Throwable cause, String columnLabel)voidfirst(boolean result)voidfirst(Throwable cause)voidgetArray(Throwable cause, int columnIndex)voidgetArray(Throwable cause, String columnLabel)voidgetArray(Array result, int columnIndex)voidgetArray(Array result, String columnLabel)voidgetAsciiStream(InputStream result, int columnIndex)voidgetAsciiStream(InputStream result, String columnLabel)voidgetAsciiStream(Throwable cause, int columnIndex)voidgetAsciiStream(Throwable cause, String columnLabel)voidgetBigDecimal(Throwable cause, int columnIndex)voidgetBigDecimal(Throwable cause, int columnIndex, int scale)voidgetBigDecimal(Throwable cause, String columnLabel)voidgetBigDecimal(Throwable cause, String columnLabel, int scale)voidgetBigDecimal(BigDecimal result, int columnIndex)voidgetBigDecimal(BigDecimal result, int columnIndex, int scale)voidgetBigDecimal(BigDecimal result, String columnLabel)voidgetBigDecimal(BigDecimal result, String columnLabel, int scale)voidgetBinaryStream(InputStream result, int columnIndex)voidgetBinaryStream(InputStream result, String columnLabel)voidgetBinaryStream(Throwable cause, int columnIndex)voidgetBinaryStream(Throwable cause, String columnLabel)voidgetBlob(Throwable cause, int columnIndex)voidgetBlob(Throwable cause, String columnLabel)voidgetBlob(Blob result, int columnIndex)voidgetBlob(Blob result, String columnLabel)voidgetBoolean(boolean result, int columnIndex)voidgetBoolean(boolean result, String columnLabel)voidgetBoolean(Throwable cause, int columnIndex)voidgetBoolean(Throwable cause, String columnLabel)voidgetByte(byte result, int columnIndex)voidgetByte(byte result, String columnLabel)voidgetByte(Throwable cause, int columnIndex)voidgetByte(Throwable cause, String columnLabel)voidgetBytes(byte[] result, int columnIndex)voidgetBytes(byte[] result, String columnLabel)voidgetBytes(Throwable cause, int columnIndex)voidgetBytes(Throwable cause, String columnLabel)voidgetCharacterStream(Reader result, int columnIndex)voidgetCharacterStream(Reader result, String columnLabel)voidgetCharacterStream(Throwable cause, int columnIndex)voidgetCharacterStream(Throwable cause, String columnLabel)voidgetClob(Throwable cause, int columnIndex)voidgetClob(Throwable cause, String columnLabel)voidgetClob(Clob result, int columnIndex)voidgetClob(Clob result, String columnLabel)voidgetConcurrency(int result)voidgetConcurrency(Throwable cause)voidgetCursorName(String result)voidgetCursorName(Throwable cause)voidgetDate(Throwable cause, int columnIndex)voidgetDate(Throwable cause, int columnIndex, Calendar cal)voidgetDate(Throwable cause, String columnLabel)voidgetDate(Throwable cause, String columnLabel, Calendar cal)voidgetDate(Date result, int columnIndex)voidgetDate(Date result, int columnIndex, Calendar cal)voidgetDate(Date result, String columnLabel)voidgetDate(Date result, String columnLabel, Calendar cal)voidgetDouble(double result, int columnIndex)voidgetDouble(double result, String columnLabel)voidgetDouble(Throwable cause, int columnIndex)voidgetDouble(Throwable cause, String columnLabel)voidgetFetchDirection(int result)voidgetFetchDirection(Throwable cause)voidgetFetchSize(int result)voidgetFetchSize(Throwable cause)voidgetFloat(float result, int columnIndex)voidgetFloat(float result, String columnLabel)voidgetFloat(Throwable cause, int columnIndex)voidgetFloat(Throwable cause, String columnLabel)voidgetHoldability(int result)voidgetHoldability(Throwable cause)voidgetInt(int result, int columnIndex)voidgetInt(int result, String columnLabel)voidgetInt(Throwable cause, int columnIndex)voidgetInt(Throwable cause, String columnLabel)voidgetLong(long result, int columnIndex)voidgetLong(long result, String columnLabel)voidgetLong(Throwable cause, int columnIndex)voidgetLong(Throwable cause, String columnLabel)voidgetMetaData(Throwable cause)voidgetMetaData(ResultSetMetaData result)voidgetNCharacterStream(Reader result, int columnIndex)voidgetNCharacterStream(Reader result, String columnLabel)voidgetNCharacterStream(Throwable cause, int columnIndex)voidgetNCharacterStream(Throwable cause, String columnLabel)voidgetNClob(Throwable cause, int columnIndex)voidgetNClob(Throwable cause, String columnLabel)voidgetNClob(NClob result, int columnIndex)voidgetNClob(NClob result, String columnLabel)voidgetNString(String result, int columnIndex)voidgetNString(String result, String columnLabel)voidgetNString(Throwable cause, int columnIndex)voidgetNString(Throwable cause, String columnLabel)voidgetObject(Object result, int columnIndex)voidgetObject(Object result, int columnIndex, Map<String,Class<?>> map)voidgetObject(Object result, String columnLabel)voidgetObject(Object result, String columnLabel, Map<String,Class<?>> map)voidgetObject(Throwable cause, int columnIndex)<T> voidgetObject(Throwable cause, int columnIndex, Class<T> type)voidgetObject(Throwable cause, int columnIndex, Map<String,Class<?>> map)voidgetObject(Throwable cause, String columnLabel)<T> voidgetObject(Throwable cause, String columnLabel, Class<T> type)voidgetObject(Throwable cause, String columnLabel, Map<String,Class<?>> map)<T> voidgetObject(T result, int columnIndex, Class<T> type)<T> voidgetObject(T result, String columnLabel, Class<T> type)voidgetRef(Throwable cause, int columnIndex)voidgetRef(Throwable cause, String columnLabel)voidgetRef(Ref result, int columnIndex)voidgetRef(Ref result, String columnLabel)voidgetRow(int result)voidgetRow(Throwable cause)voidgetRowId(Throwable cause, int columnIndex)voidgetRowId(Throwable cause, String columnLabel)voidgetRowId(RowId result, int columnIndex)voidgetRowId(RowId result, String columnLabel)voidgetShort(short result, int columnIndex)voidgetShort(short result, String columnLabel)voidgetShort(Throwable cause, int columnIndex)voidgetShort(Throwable cause, String columnLabel)voidgetSQLXML(Throwable cause, int columnIndex)voidgetSQLXML(Throwable cause, String columnLabel)voidgetSQLXML(SQLXML result, int columnIndex)voidgetSQLXML(SQLXML result, String columnLabel)voidgetStatement(Throwable cause)voidgetStatement(Statement result)voidgetString(String result, int columnIndex)voidgetString(String result, String columnLabel)voidgetString(Throwable cause, int columnIndex)voidgetString(Throwable cause, String columnLabel)voidgetTime(Throwable cause, int columnIndex)voidgetTime(Throwable cause, int columnIndex, Calendar cal)voidgetTime(Throwable cause, String columnLabel)voidgetTime(Throwable cause, String columnLabel, Calendar cal)voidgetTime(Time result, int columnIndex)voidgetTime(Time result, int columnIndex, Calendar cal)voidgetTime(Time result, String columnLabel)voidgetTime(Time result, String columnLabel, Calendar cal)voidgetTimestamp(Throwable cause, int columnIndex)voidgetTimestamp(Throwable cause, int columnIndex, Calendar cal)voidgetTimestamp(Throwable cause, String columnLabel)voidgetTimestamp(Throwable cause, String columnLabel, Calendar cal)voidgetTimestamp(Timestamp result, int columnIndex)voidgetTimestamp(Timestamp result, int columnIndex, Calendar cal)voidgetTimestamp(Timestamp result, String columnLabel)voidgetTimestamp(Timestamp result, String columnLabel, Calendar cal)voidgetType(int result)voidgetType(Throwable cause)voidgetUnicodeStream(InputStream result, int columnIndex)voidgetUnicodeStream(InputStream result, String columnLabel)voidgetUnicodeStream(Throwable cause, int columnIndex)voidgetUnicodeStream(Throwable cause, String columnLabel)voidgetURL(Throwable cause, int columnIndex)voidgetURL(Throwable cause, String columnLabel)voidgetURL(URL result, int columnIndex)voidgetURL(URL result, String columnLabel)voidgetWarnings(Throwable cause)voidgetWarnings(SQLWarning result)voidinsertRow()voidinsertRow(Throwable cause)voidisAfterLast(boolean result)voidisAfterLast(Throwable cause)voidisBeforeFirst(boolean result)voidisBeforeFirst(Throwable cause)voidisClosed(boolean result)voidisClosed(Throwable cause)voidisFirst(boolean result)voidisFirst(Throwable cause)voidisLast(boolean result)voidisLast(Throwable cause)voidisWrapperFor(boolean result, Class<?> iface)voidisWrapperFor(Throwable cause, Class<?> iface)voidlast(boolean result)voidlast(Throwable cause)voidmoveToCurrentRow()voidmoveToCurrentRow(Throwable cause)voidmoveToInsertRow()voidmoveToInsertRow(Throwable cause)com.impossibl.jdbc.spy.ArrayListenernewArrayListener()com.impossibl.jdbc.spy.BlobListenernewBlobListener()com.impossibl.jdbc.spy.ClobListenernewClobListener()com.impossibl.jdbc.spy.NClobListenernewNClobListener()com.impossibl.jdbc.spy.RefListenernewRefListener()com.impossibl.jdbc.spy.ResultSetMetaDataListenernewResultSetMetaDataListener()com.impossibl.jdbc.spy.RowIdListenernewRowIdListener()com.impossibl.jdbc.spy.SQLXMLListenernewSQLXMLListener()com.impossibl.jdbc.spy.StatementListenernewStatementListener()voidnext(boolean result)voidnext(Throwable cause)voidprevious(boolean result)voidprevious(Throwable cause)voidrefreshRow()voidrefreshRow(Throwable cause)voidrelative(boolean result, int rows)voidrelative(Throwable cause, int rows)voidrowDeleted(boolean result)voidrowDeleted(Throwable cause)voidrowInserted(boolean result)voidrowInserted(Throwable cause)voidrowUpdated(boolean result)voidrowUpdated(Throwable cause)voidsetFetchDirection(int direction)voidsetFetchDirection(Throwable cause, int direction)voidsetFetchSize(int rows)voidsetFetchSize(Throwable cause, int rows)voidtrace(Trace trace)<T> voidunwrap(Throwable cause, Class<T> iface)<T> voidunwrap(T result, Class<T> iface)voidupdateArray(int columnIndex, Array x)voidupdateArray(String columnLabel, Array x)voidupdateArray(Throwable cause, int columnIndex, Array x)voidupdateArray(Throwable cause, String columnLabel, Array x)voidupdateAsciiStream(int columnIndex, InputStream x)voidupdateAsciiStream(int columnIndex, InputStream x, int length)voidupdateAsciiStream(int columnIndex, InputStream x, long length)voidupdateAsciiStream(String columnLabel, InputStream x)voidupdateAsciiStream(String columnLabel, InputStream x, int length)voidupdateAsciiStream(String columnLabel, InputStream x, long length)voidupdateAsciiStream(Throwable cause, int columnIndex, InputStream x)voidupdateAsciiStream(Throwable cause, int columnIndex, InputStream x, int length)voidupdateAsciiStream(Throwable cause, int columnIndex, InputStream x, long length)voidupdateAsciiStream(Throwable cause, String columnLabel, InputStream x)voidupdateAsciiStream(Throwable cause, String columnLabel, InputStream x, int length)voidupdateAsciiStream(Throwable cause, String columnLabel, InputStream x, long length)voidupdateBigDecimal(int columnIndex, BigDecimal x)voidupdateBigDecimal(String columnLabel, BigDecimal x)voidupdateBigDecimal(Throwable cause, int columnIndex, BigDecimal x)voidupdateBigDecimal(Throwable cause, String columnLabel, BigDecimal x)voidupdateBinaryStream(int columnIndex, InputStream x)voidupdateBinaryStream(int columnIndex, InputStream x, int length)voidupdateBinaryStream(int columnIndex, InputStream x, long length)voidupdateBinaryStream(String columnLabel, InputStream x)voidupdateBinaryStream(String columnLabel, InputStream x, int length)voidupdateBinaryStream(String columnLabel, InputStream x, long length)voidupdateBinaryStream(Throwable cause, int columnIndex, InputStream x)voidupdateBinaryStream(Throwable cause, int columnIndex, InputStream x, int length)voidupdateBinaryStream(Throwable cause, int columnIndex, InputStream x, long length)voidupdateBinaryStream(Throwable cause, String columnLabel, InputStream x)voidupdateBinaryStream(Throwable cause, String columnLabel, InputStream x, int length)voidupdateBinaryStream(Throwable cause, String columnLabel, InputStream x, long length)voidupdateBlob(int columnIndex, InputStream inputStream)voidupdateBlob(int columnIndex, InputStream inputStream, long length)voidupdateBlob(int columnIndex, Blob x)voidupdateBlob(String columnLabel, InputStream inputStream)voidupdateBlob(String columnLabel, InputStream inputStream, long length)voidupdateBlob(String columnLabel, Blob x)voidupdateBlob(Throwable cause, int columnIndex, InputStream inputStream)voidupdateBlob(Throwable cause, int columnIndex, InputStream inputStream, long length)voidupdateBlob(Throwable cause, int columnIndex, Blob x)voidupdateBlob(Throwable cause, String columnLabel, InputStream inputStream)voidupdateBlob(Throwable cause, String columnLabel, InputStream inputStream, long length)voidupdateBlob(Throwable cause, String columnLabel, Blob x)voidupdateBoolean(int columnIndex, boolean x)voidupdateBoolean(String columnLabel, boolean x)voidupdateBoolean(Throwable cause, int columnIndex, boolean x)voidupdateBoolean(Throwable cause, String columnLabel, boolean x)voidupdateByte(int columnIndex, byte x)voidupdateByte(String columnLabel, byte x)voidupdateByte(Throwable cause, int columnIndex, byte x)voidupdateByte(Throwable cause, String columnLabel, byte x)voidupdateBytes(int columnIndex, byte[] x)voidupdateBytes(String columnLabel, byte[] x)voidupdateBytes(Throwable cause, int columnIndex, byte[] x)voidupdateBytes(Throwable cause, String columnLabel, byte[] x)voidupdateCharacterStream(int columnIndex, Reader x)voidupdateCharacterStream(int columnIndex, Reader x, int length)voidupdateCharacterStream(int columnIndex, Reader x, long length)voidupdateCharacterStream(String columnLabel, Reader reader)voidupdateCharacterStream(String columnLabel, Reader reader, int length)voidupdateCharacterStream(String columnLabel, Reader reader, long length)voidupdateCharacterStream(Throwable cause, int columnIndex, Reader x)voidupdateCharacterStream(Throwable cause, int columnIndex, Reader x, int length)voidupdateCharacterStream(Throwable cause, int columnIndex, Reader x, long length)voidupdateCharacterStream(Throwable cause, String columnLabel, Reader reader)voidupdateCharacterStream(Throwable cause, String columnLabel, Reader reader, int length)voidupdateCharacterStream(Throwable cause, String columnLabel, Reader reader, long length)voidupdateClob(int columnIndex, Reader reader)voidupdateClob(int columnIndex, Reader reader, long length)voidupdateClob(int columnIndex, Clob x)voidupdateClob(String columnLabel, Reader reader)voidupdateClob(String columnLabel, Reader reader, long length)voidupdateClob(String columnLabel, Clob x)voidupdateClob(Throwable cause, int columnIndex, Reader reader)voidupdateClob(Throwable cause, int columnIndex, Reader reader, long length)voidupdateClob(Throwable cause, int columnIndex, Clob x)voidupdateClob(Throwable cause, String columnLabel, Reader reader)voidupdateClob(Throwable cause, String columnLabel, Reader reader, long length)voidupdateClob(Throwable cause, String columnLabel, Clob x)voidupdateDate(int columnIndex, Date x)voidupdateDate(String columnLabel, Date x)voidupdateDate(Throwable cause, int columnIndex, Date x)voidupdateDate(Throwable cause, String columnLabel, Date x)voidupdateDouble(int columnIndex, double x)voidupdateDouble(String columnLabel, double x)voidupdateDouble(Throwable cause, int columnIndex, double x)voidupdateDouble(Throwable cause, String columnLabel, double x)voidupdateFloat(int columnIndex, float x)voidupdateFloat(String columnLabel, float x)voidupdateFloat(Throwable cause, int columnIndex, float x)voidupdateFloat(Throwable cause, String columnLabel, float x)voidupdateInt(int columnIndex, int x)voidupdateInt(String columnLabel, int x)voidupdateInt(Throwable cause, int columnIndex, int x)voidupdateInt(Throwable cause, String columnLabel, int x)voidupdateLong(int columnIndex, long x)voidupdateLong(String columnLabel, long x)voidupdateLong(Throwable cause, int columnIndex, long x)voidupdateLong(Throwable cause, String columnLabel, long x)voidupdateNCharacterStream(int columnIndex, Reader x)voidupdateNCharacterStream(int columnIndex, Reader x, long length)voidupdateNCharacterStream(String columnLabel, Reader reader)voidupdateNCharacterStream(String columnLabel, Reader reader, long length)voidupdateNCharacterStream(Throwable cause, int columnIndex, Reader x)voidupdateNCharacterStream(Throwable cause, int columnIndex, Reader x, long length)voidupdateNCharacterStream(Throwable cause, String columnLabel, Reader reader)voidupdateNCharacterStream(Throwable cause, String columnLabel, Reader reader, long length)voidupdateNClob(int columnIndex, Reader reader)voidupdateNClob(int columnIndex, Reader reader, long length)voidupdateNClob(int columnIndex, NClob nClob)voidupdateNClob(String columnLabel, Reader reader)voidupdateNClob(String columnLabel, Reader reader, long length)voidupdateNClob(String columnLabel, NClob nClob)voidupdateNClob(Throwable cause, int columnIndex, Reader reader)voidupdateNClob(Throwable cause, int columnIndex, Reader reader, long length)voidupdateNClob(Throwable cause, int columnIndex, NClob nClob)voidupdateNClob(Throwable cause, String columnLabel, Reader reader)voidupdateNClob(Throwable cause, String columnLabel, Reader reader, long length)voidupdateNClob(Throwable cause, String columnLabel, NClob nClob)voidupdateNString(int columnIndex, String nString)voidupdateNString(String columnLabel, String nString)voidupdateNString(Throwable cause, int columnIndex, String nString)voidupdateNString(Throwable cause, String columnLabel, String nString)voidupdateNull(int columnIndex)voidupdateNull(String columnLabel)voidupdateNull(Throwable cause, int columnIndex)voidupdateNull(Throwable cause, String columnLabel)voidupdateObject(int columnIndex, Object x)voidupdateObject(int columnIndex, Object x, int scaleOrLength)voidupdateObject(int columnIndex, Object x, SQLType targetSqlType)voidupdateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength)voidupdateObject(String columnLabel, Object x)voidupdateObject(String columnLabel, Object x, int scaleOrLength)voidupdateObject(String columnLabel, Object x, SQLType targetSqlType)voidupdateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength)voidupdateObject(Throwable cause, int columnIndex, Object x)voidupdateObject(Throwable cause, int columnIndex, Object x, int scaleOrLength)voidupdateObject(Throwable cause, int columnIndex, Object x, SQLType targetSqlType)voidupdateObject(Throwable cause, int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength)voidupdateObject(Throwable cause, String columnLabel, Object x)voidupdateObject(Throwable cause, String columnLabel, Object x, int scaleOrLength)voidupdateObject(Throwable cause, String columnLabel, Object x, SQLType targetSqlType)voidupdateObject(Throwable cause, String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength)voidupdateRef(int columnIndex, Ref x)voidupdateRef(String columnLabel, Ref x)voidupdateRef(Throwable cause, int columnIndex, Ref x)voidupdateRef(Throwable cause, String columnLabel, Ref x)voidupdateRow()voidupdateRow(Throwable cause)voidupdateRowId(int columnIndex, RowId x)voidupdateRowId(String columnLabel, RowId x)voidupdateRowId(Throwable cause, int columnIndex, RowId x)voidupdateRowId(Throwable cause, String columnLabel, RowId x)voidupdateShort(int columnIndex, short x)voidupdateShort(String columnLabel, short x)voidupdateShort(Throwable cause, int columnIndex, short x)voidupdateShort(Throwable cause, String columnLabel, short x)voidupdateSQLXML(int columnIndex, SQLXML xmlObject)voidupdateSQLXML(String columnLabel, SQLXML xmlObject)voidupdateSQLXML(Throwable cause, int columnIndex, SQLXML xmlObject)voidupdateSQLXML(Throwable cause, String columnLabel, SQLXML xmlObject)voidupdateString(int columnIndex, String x)voidupdateString(String columnLabel, String x)voidupdateString(Throwable cause, int columnIndex, String x)voidupdateString(Throwable cause, String columnLabel, String x)voidupdateTime(int columnIndex, Time x)voidupdateTime(String columnLabel, Time x)voidupdateTime(Throwable cause, int columnIndex, Time x)voidupdateTime(Throwable cause, String columnLabel, Time x)voidupdateTimestamp(int columnIndex, Timestamp x)voidupdateTimestamp(String columnLabel, Timestamp x)voidupdateTimestamp(Throwable cause, int columnIndex, Timestamp x)voidupdateTimestamp(Throwable cause, String columnLabel, Timestamp x)voidwasNull(boolean result)voidwasNull(Throwable cause)
-
-
-
Constructor Detail
-
ResultSetTracer
public ResultSetTracer(TraceOutput out)
-
-
Method Detail
-
trace
public void trace(Trace trace)
-
isLast
public void isLast(boolean result)
-
isLast
public void isLast(Throwable cause)
-
updateNull
public void updateNull(String columnLabel)
-
getArray
public void getArray(Array result, int columnIndex)
-
getArray
public void getArray(Throwable cause, int columnIndex)
-
getFloat
public void getFloat(float result, String columnLabel)
-
updateShort
public void updateShort(String columnLabel, short x)
-
getBytes
public void getBytes(byte[] result, int columnIndex)
-
getBytes
public void getBytes(Throwable cause, int columnIndex)
-
first
public void first(boolean result)
-
first
public void first(Throwable cause)
-
updateRef
public void updateRef(int columnIndex, Ref x)
-
getNString
public void getNString(String result, int columnIndex)
-
getNString
public void getNString(Throwable cause, int columnIndex)
-
beforeFirst
public void beforeFirst()
-
beforeFirst
public void beforeFirst(Throwable cause)
-
updateTime
public void updateTime(int columnIndex, Time x)
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x, int length)
-
updateAsciiStream
public void updateAsciiStream(Throwable cause, int columnIndex, InputStream x, int length)
-
updateObject
public void updateObject(Throwable cause, int columnIndex, Object x, SQLType targetSqlType)
-
updateNClob
public void updateNClob(int columnIndex, Reader reader)
-
getCharacterStream
public void getCharacterStream(Reader result, int columnIndex)
-
getCharacterStream
public void getCharacterStream(Throwable cause, int columnIndex)
-
rowDeleted
public void rowDeleted(boolean result)
-
rowDeleted
public void rowDeleted(Throwable cause)
-
updateObject
public void updateObject(int columnIndex, Object x)
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length)
-
updateNCharacterStream
public void updateNCharacterStream(Throwable cause, String columnLabel, Reader reader, long length)
-
getFloat
public void getFloat(float result, int columnIndex)
-
getFloat
public void getFloat(Throwable cause, int columnIndex)
-
updateBlob
public void updateBlob(int columnIndex, InputStream inputStream, long length)
-
updateBlob
public void updateBlob(Throwable cause, int columnIndex, InputStream inputStream, long length)
-
getBinaryStream
public void getBinaryStream(InputStream result, int columnIndex)
-
getBinaryStream
public void getBinaryStream(Throwable cause, int columnIndex)
-
updateBlob
public void updateBlob(int columnIndex, InputStream inputStream)
-
updateBlob
public void updateBlob(Throwable cause, int columnIndex, InputStream inputStream)
-
getRowId
public void getRowId(RowId result, int columnIndex)
-
getRowId
public void getRowId(Throwable cause, int columnIndex)
-
getNCharacterStream
public void getNCharacterStream(Reader result, int columnIndex)
-
getNCharacterStream
public void getNCharacterStream(Throwable cause, int columnIndex)
-
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)
-
updateLong
public void updateLong(int columnIndex, long x)
-
updateLong
public void updateLong(Throwable cause, int columnIndex, long x)
-
rowUpdated
public void rowUpdated(boolean result)
-
rowUpdated
public void rowUpdated(Throwable cause)
-
updateLong
public void updateLong(String columnLabel, long x)
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x)
-
updateAsciiStream
public void updateAsciiStream(Throwable cause, int columnIndex, InputStream x)
-
getURL
public void getURL(URL result, int columnIndex)
-
getURL
public void getURL(Throwable cause, int columnIndex)
-
getDouble
public void getDouble(double result, String columnLabel)
-
getRow
public void getRow(int result)
-
getRow
public void getRow(Throwable cause)
-
getRef
public void getRef(Ref result, int columnIndex)
-
getRef
public void getRef(Throwable cause, int columnIndex)
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x)
-
updateCharacterStream
public void updateCharacterStream(Throwable cause, int columnIndex, Reader x)
-
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)
-
updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader x, long length)
-
updateNCharacterStream
public void updateNCharacterStream(Throwable cause, int columnIndex, Reader x, long length)
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length)
-
updateCharacterStream
public void updateCharacterStream(Throwable cause, String columnLabel, Reader reader, long length)
-
absolute
public void absolute(boolean result, int row)
-
absolute
public void absolute(Throwable cause, int row)
-
getSQLXML
public void getSQLXML(SQLXML result, int columnIndex)
-
getSQLXML
public void getSQLXML(Throwable cause, int columnIndex)
-
updateCharacterStream
public void updateCharacterStream(Throwable cause, String columnLabel, Reader reader)
-
updateSQLXML
public void updateSQLXML(int columnIndex, SQLXML xmlObject)
-
isBeforeFirst
public void isBeforeFirst(boolean result)
-
isBeforeFirst
public void isBeforeFirst(Throwable cause)
-
close
public void close()
-
close
public void close(Throwable cause)
-
last
public void last(boolean result)
-
last
public void last(Throwable cause)
-
updateBoolean
public void updateBoolean(int columnIndex, boolean x)
-
updateBoolean
public void updateBoolean(Throwable cause, int columnIndex, boolean x)
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x, int length)
-
updateCharacterStream
public void updateCharacterStream(Throwable cause, int columnIndex, Reader x, int length)
-
rowInserted
public void rowInserted(boolean result)
-
rowInserted
public void rowInserted(Throwable cause)
-
getUnicodeStream
public void getUnicodeStream(InputStream result, String columnLabel)
-
updateRow
public void updateRow()
-
updateRow
public void updateRow(Throwable cause)
-
isClosed
public void isClosed(boolean result)
-
isClosed
public void isClosed(Throwable cause)
-
updateString
public void updateString(int columnIndex, String x)
-
relative
public void relative(boolean result, int rows)
-
relative
public void relative(Throwable cause, int rows)
-
refreshRow
public void refreshRow()
-
refreshRow
public void refreshRow(Throwable cause)
-
getConcurrency
public void getConcurrency(int result)
-
getConcurrency
public void getConcurrency(Throwable cause)
-
getBigDecimal
public void getBigDecimal(BigDecimal result, String columnLabel, int scale)
-
getTime
public void getTime(Time result, int columnIndex)
-
getTime
public void getTime(Throwable cause, int columnIndex)
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x)
-
updateBinaryStream
public void updateBinaryStream(Throwable cause, int columnIndex, InputStream x)
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream)
-
updateBlob
public void updateBlob(Throwable cause, String columnLabel, InputStream inputStream)
-
getBytes
public void getBytes(byte[] result, String columnLabel)
-
updateDouble
public void updateDouble(String columnLabel, double x)
-
getCursorName
public void getCursorName(String result)
-
getCursorName
public void getCursorName(Throwable cause)
-
getShort
public void getShort(short result, int columnIndex)
-
getShort
public void getShort(Throwable cause, int columnIndex)
-
getBigDecimal
public void getBigDecimal(BigDecimal result, String columnLabel)
-
getShort
public void getShort(short result, String columnLabel)
-
deleteRow
public void deleteRow()
-
deleteRow
public void deleteRow(Throwable cause)
-
previous
public void previous(boolean result)
-
previous
public void previous(Throwable cause)
-
updateBigDecimal
public void updateBigDecimal(int columnIndex, BigDecimal x)
-
updateBigDecimal
public void updateBigDecimal(Throwable cause, int columnIndex, BigDecimal x)
-
getNClob
public void getNClob(NClob result, int columnIndex)
-
getNClob
public void getNClob(Throwable cause, int columnIndex)
-
updateByte
public void updateByte(int columnIndex, byte x)
-
updateByte
public void updateByte(Throwable cause, int columnIndex, byte x)
-
updateClob
public void updateClob(int columnIndex, Clob x)
-
getAsciiStream
public void getAsciiStream(InputStream result, String columnLabel)
-
getBinaryStream
public void getBinaryStream(InputStream result, String columnLabel)
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream x, long length)
-
updateAsciiStream
public void updateAsciiStream(Throwable cause, int columnIndex, InputStream x, long length)
-
updateNClob
public void updateNClob(int columnIndex, Reader reader, long length)
-
getDate
public void getDate(Date result, int columnIndex)
-
getDate
public void getDate(Throwable cause, int columnIndex)
-
updateNCharacterStream
public void updateNCharacterStream(Throwable cause, String columnLabel, Reader reader)
-
getString
public void getString(String result, int columnIndex)
-
getString
public void getString(Throwable cause, int columnIndex)
-
getBigDecimal
public void getBigDecimal(BigDecimal result, int columnIndex, int scale)
-
getBigDecimal
public void getBigDecimal(Throwable cause, int columnIndex, int scale)
-
getLong
public void getLong(long result, int columnIndex)
-
getLong
public void getLong(Throwable cause, int columnIndex)
-
getBigDecimal
public void getBigDecimal(BigDecimal result, int columnIndex)
-
getBigDecimal
public void getBigDecimal(Throwable cause, int columnIndex)
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length)
-
updateCharacterStream
public void updateCharacterStream(Throwable cause, String columnLabel, Reader reader, int length)
-
getDouble
public void getDouble(double result, int columnIndex)
-
getDouble
public void getDouble(Throwable cause, int columnIndex)
-
getByte
public void getByte(byte result, String columnLabel)
-
updateInt
public void updateInt(String columnLabel, int x)
-
getBlob
public void getBlob(Blob result, int columnIndex)
-
getBlob
public void getBlob(Throwable cause, int columnIndex)
-
moveToCurrentRow
public void moveToCurrentRow()
-
moveToCurrentRow
public void moveToCurrentRow(Throwable cause)
-
updateBoolean
public void updateBoolean(String columnLabel, boolean x)
-
updateDate
public void updateDate(int columnIndex, Date x)
-
clearWarnings
public void clearWarnings()
-
clearWarnings
public void clearWarnings(Throwable cause)
-
updateBytes
public void updateBytes(String columnLabel, byte[] x)
-
getInt
public void getInt(int result, String columnLabel)
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x, int length)
-
updateBinaryStream
public void updateBinaryStream(Throwable cause, String columnLabel, InputStream x, int length)
-
updateNString
public void updateNString(int columnIndex, String nString)
-
moveToInsertRow
public void moveToInsertRow()
-
moveToInsertRow
public void moveToInsertRow(Throwable cause)
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream x)
-
updateAsciiStream
public void updateAsciiStream(Throwable cause, String columnLabel, InputStream x)
-
afterLast
public void afterLast()
-
afterLast
public void afterLast(Throwable cause)
-
getBoolean
public void getBoolean(boolean result, int columnIndex)
-
getBoolean
public void getBoolean(Throwable cause, int columnIndex)
-
getFetchDirection
public void getFetchDirection(int result)
-
getFetchDirection
public void getFetchDirection(Throwable cause)
-
updateClob
public void updateClob(int columnIndex, Reader reader)
-
isFirst
public void isFirst(boolean result)
-
isFirst
public void isFirst(Throwable cause)
-
findColumn
public void findColumn(int result, String columnLabel)
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream x, int length)
-
updateAsciiStream
public void updateAsciiStream(Throwable cause, String columnLabel, InputStream x, int length)
-
setFetchSize
public void setFetchSize(int rows)
-
setFetchSize
public void setFetchSize(Throwable cause, int rows)
-
getType
public void getType(int result)
-
getType
public void getType(Throwable cause)
-
updateRowId
public void updateRowId(int columnIndex, RowId x)
-
updateNClob
public void updateNClob(int columnIndex, NClob nClob)
-
getTimestamp
public void getTimestamp(Timestamp result, int columnIndex)
-
getTimestamp
public void getTimestamp(Throwable cause, int columnIndex)
-
isWrapperFor
public void isWrapperFor(boolean result, Class<?> iface)
-
getWarnings
public void getWarnings(SQLWarning result)
-
getWarnings
public void getWarnings(Throwable cause)
-
getBoolean
public void getBoolean(boolean result, String columnLabel)
-
getHoldability
public void getHoldability(int result)
-
getHoldability
public void getHoldability(Throwable cause)
-
isAfterLast
public void isAfterLast(boolean result)
-
isAfterLast
public void isAfterLast(Throwable cause)
-
getUnicodeStream
public void getUnicodeStream(InputStream result, int columnIndex)
-
getUnicodeStream
public void getUnicodeStream(Throwable cause, int columnIndex)
-
updateObject
public void updateObject(Throwable cause, String columnLabel, Object x, SQLType targetSqlType)
-
updateClob
public void updateClob(int columnIndex, Reader reader, long length)
-
insertRow
public void insertRow()
-
insertRow
public void insertRow(Throwable cause)
-
updateFloat
public void updateFloat(int columnIndex, float x)
-
updateFloat
public void updateFloat(Throwable cause, int columnIndex, float x)
-
updateByte
public void updateByte(String columnLabel, byte x)
-
cancelRowUpdates
public void cancelRowUpdates()
-
cancelRowUpdates
public void cancelRowUpdates(Throwable cause)
-
updateObject
public void updateObject(Throwable cause, String columnLabel, Object x, int scaleOrLength)
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x, long length)
-
updateBinaryStream
public void updateBinaryStream(Throwable cause, String columnLabel, InputStream x, long length)
-
updateBigDecimal
public void updateBigDecimal(String columnLabel, BigDecimal x)
-
updateBigDecimal
public void updateBigDecimal(Throwable cause, String columnLabel, BigDecimal x)
-
updateBlob
public void updateBlob(int columnIndex, Blob x)
-
getObject
public <T> void getObject(T result, int columnIndex, Class<T> type)
-
getByte
public void getByte(byte result, int columnIndex)
-
getByte
public void getByte(Throwable cause, int columnIndex)
-
updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader x)
-
updateNCharacterStream
public void updateNCharacterStream(Throwable cause, int columnIndex, Reader x)
-
unwrap
public <T> void unwrap(T result, Class<T> iface)
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader x, long length)
-
updateCharacterStream
public void updateCharacterStream(Throwable cause, int columnIndex, Reader x, long length)
-
getObject
public void getObject(Object result, int columnIndex)
-
getObject
public void getObject(Throwable cause, int columnIndex)
-
updateNull
public void updateNull(int columnIndex)
-
updateNull
public void updateNull(Throwable cause, int columnIndex)
-
updateArray
public void updateArray(int columnIndex, Array x)
-
updateDouble
public void updateDouble(int columnIndex, double x)
-
updateDouble
public void updateDouble(Throwable cause, int columnIndex, double x)
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x, int length)
-
updateBinaryStream
public void updateBinaryStream(Throwable cause, int columnIndex, InputStream x, int length)
-
getLong
public void getLong(long result, String columnLabel)
-
getFetchSize
public void getFetchSize(int result)
-
getFetchSize
public void getFetchSize(Throwable cause)
-
getMetaData
public void getMetaData(ResultSetMetaData result)
-
getMetaData
public void getMetaData(Throwable cause)
-
wasNull
public void wasNull(boolean result)
-
wasNull
public void wasNull(Throwable cause)
-
updateObject
public void updateObject(int columnIndex, Object x, int scaleOrLength)
-
updateObject
public void updateObject(Throwable cause, int columnIndex, Object x, int scaleOrLength)
-
updateFloat
public void updateFloat(String columnLabel, float x)
-
setFetchDirection
public void setFetchDirection(int direction)
-
setFetchDirection
public void setFetchDirection(Throwable cause, int direction)
-
getAsciiStream
public void getAsciiStream(InputStream result, int columnIndex)
-
getAsciiStream
public void getAsciiStream(Throwable cause, int columnIndex)
-
getClob
public void getClob(Clob result, int columnIndex)
-
getClob
public void getClob(Throwable cause, int columnIndex)
-
updateBytes
public void updateBytes(int columnIndex, byte[] x)
-
updateBytes
public void updateBytes(Throwable cause, int columnIndex, byte[] x)
-
updateNClob
public void updateNClob(Throwable cause, String columnLabel, Reader reader, long length)
-
updateTimestamp
public void updateTimestamp(int columnIndex, Timestamp x)
-
getStatement
public void getStatement(Statement result)
-
getStatement
public void getStatement(Throwable cause)
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream x, long length)
-
updateBinaryStream
public void updateBinaryStream(Throwable cause, int columnIndex, InputStream x, long length)
-
updateInt
public void updateInt(int columnIndex, int x)
-
updateInt
public void updateInt(Throwable cause, int columnIndex, int x)
-
updateShort
public void updateShort(int columnIndex, short x)
-
updateShort
public void updateShort(Throwable cause, int columnIndex, short x)
-
getInt
public void getInt(int result, int columnIndex)
-
getInt
public void getInt(Throwable cause, int columnIndex)
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream x)
-
updateBinaryStream
public void updateBinaryStream(Throwable cause, String columnLabel, InputStream x)
-
next
public void next(boolean result)
-
next
public void next(Throwable cause)
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream x, long length)
-
updateAsciiStream
public void updateAsciiStream(Throwable cause, String columnLabel, InputStream x, long length)
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length)
-
updateBlob
public void updateBlob(Throwable cause, String columnLabel, InputStream inputStream, long length)
-
newArrayListener
public com.impossibl.jdbc.spy.ArrayListener newArrayListener()
-
newRowIdListener
public com.impossibl.jdbc.spy.RowIdListener newRowIdListener()
-
newRefListener
public com.impossibl.jdbc.spy.RefListener newRefListener()
-
newSQLXMLListener
public com.impossibl.jdbc.spy.SQLXMLListener newSQLXMLListener()
-
newNClobListener
public com.impossibl.jdbc.spy.NClobListener newNClobListener()
-
newBlobListener
public com.impossibl.jdbc.spy.BlobListener newBlobListener()
-
newClobListener
public com.impossibl.jdbc.spy.ClobListener newClobListener()
-
newResultSetMetaDataListener
public com.impossibl.jdbc.spy.ResultSetMetaDataListener newResultSetMetaDataListener()
-
newStatementListener
public com.impossibl.jdbc.spy.StatementListener newStatementListener()
-
-