Class ResultSetTracer


  • public class ResultSetTracer
    extends Object
    • Constructor Detail

      • ResultSetTracer

        public ResultSetTracer​(TraceOutput out)
    • Method Detail

      • trace

        public void trace​(Trace trace)
      • updateClob

        public void updateClob​(int columnIndex,
                               Clob x)
      • updateClob

        public void updateClob​(Throwable cause,
                               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)
      • 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)
      • updateTimestamp

        public void updateTimestamp​(Throwable cause,
                                    int columnIndex,
                                    Timestamp x)
      • updateNCharacterStream

        public void updateNCharacterStream​(String columnLabel,
                                           Reader reader)
      • updateNCharacterStream

        public void updateNCharacterStream​(Throwable cause,
                                           String columnLabel,
                                           Reader reader)
      • updateSQLXML

        public void updateSQLXML​(String columnLabel,
                                 SQLXML xmlObject)
      • updateNClob

        public void updateNClob​(int columnIndex,
                                Reader reader)
      • updateNClob

        public void updateNClob​(Throwable cause,
                                int columnIndex,
                                Reader reader)
      • getTimestamp

        public void getTimestamp​(Timestamp result,
                                 int columnIndex)
      • getTimestamp

        public void getTimestamp​(Throwable cause,
                                 int columnIndex)
      • getNString

        public void getNString​(String result,
                               String columnLabel)
      • getNString

        public void getNString​(Throwable cause,
                               String columnLabel)
      • updateDate

        public void updateDate​(int columnIndex,
                               Date x)
      • updateDate

        public void updateDate​(Throwable cause,
                               int columnIndex,
                               Date x)
      • updateLong

        public void updateLong​(String columnLabel,
                               long x)
      • updateLong

        public void updateLong​(Throwable cause,
                               String columnLabel,
                               long x)
      • updateObject

        public void updateObject​(String columnLabel,
                                 Object 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)
      • getObject

        public void getObject​(Object result,
                              String columnLabel)
      • getObject

        public void getObject​(Throwable cause,
                              String columnLabel)
      • 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​(int columnIndex,
                                 Object x,
                                 SQLType targetSqlType)
      • updateObject

        public void updateObject​(Throwable cause,
                                 int columnIndex,
                                 Object x,
                                 SQLType targetSqlType)
      • updateBlob

        public void updateBlob​(String columnLabel,
                               InputStream inputStream)
      • updateNClob

        public void updateNClob​(String columnLabel,
                                Reader reader)
      • setFetchDirection

        public void setFetchDirection​(int direction)
      • setFetchDirection

        public void setFetchDirection​(Throwable cause,
                                      int direction)
      • getURL

        public void getURL​(URL result,
                           String columnLabel)
      • getBigDecimal

        public void getBigDecimal​(BigDecimal result,
                                  String columnLabel)
      • getBigDecimal

        public void getBigDecimal​(Throwable cause,
                                  String columnLabel)
      • updateSQLXML

        public void updateSQLXML​(int columnIndex,
                                 SQLXML xmlObject)
      • updateSQLXML

        public void updateSQLXML​(Throwable cause,
                                 int columnIndex,
                                 SQLXML xmlObject)
      • getCharacterStream

        public void getCharacterStream​(Reader result,
                                       String columnLabel)
      • getCharacterStream

        public void getCharacterStream​(Throwable cause,
                                       String columnLabel)
      • updateInt

        public void updateInt​(String columnLabel,
                              int x)
      • updateInt

        public void updateInt​(Throwable cause,
                              String columnLabel,
                              int x)
      • updateNClob

        public void updateNClob​(int columnIndex,
                                Reader reader,
                                long length)
      • updateNClob

        public void updateNClob​(Throwable cause,
                                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)
      • 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)
      • getRowId

        public void getRowId​(RowId result,
                             String columnLabel)
      • getRowId

        public void getRowId​(Throwable cause,
                             String columnLabel)
      • 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)
      • updateBlob

        public void updateBlob​(String columnLabel,
                               Blob 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)
      • getNClob

        public void getNClob​(NClob result,
                             String columnLabel)
      • getNClob

        public void getNClob​(Throwable cause,
                             String columnLabel)
      • getFloat

        public void getFloat​(float result,
                             String columnLabel)
      • getFloat

        public void getFloat​(Throwable cause,
                             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)
      • getClob

        public void getClob​(Clob result,
                            String columnLabel)
      • 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)
      • getBytes

        public void getBytes​(Throwable cause,
                             String columnLabel)
      • updateBlob

        public void updateBlob​(String columnLabel,
                               InputStream inputStream,
                               long length)
      • getSQLXML

        public void getSQLXML​(SQLXML result,
                              String columnLabel)
      • getSQLXML

        public void getSQLXML​(Throwable cause,
                              String columnLabel)
      • rowUpdated

        public void rowUpdated​(boolean result)
      • rowUpdated

        public void rowUpdated​(Throwable cause)
      • updateCharacterStream

        public void updateCharacterStream​(String columnLabel,
                                          Reader reader)
      • 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)
      • updateShort

        public void updateShort​(Throwable cause,
                                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)
      • getUnicodeStream

        public void getUnicodeStream​(Throwable cause,
                                     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)
      • unwrap

        public <T> void unwrap​(Throwable cause,
                               Class<T> iface)
      • updateObject

        public void updateObject​(String columnLabel,
                                 Object x,
                                 SQLType targetSqlType)
      • updateTime

        public void updateTime​(int columnIndex,
                               Time x)
      • updateTime

        public void updateTime​(Throwable cause,
                               int columnIndex,
                               Time x)
      • getDate

        public void getDate​(Date result,
                            String columnLabel)
      • 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)
      • updateRef

        public void updateRef​(String columnLabel,
                              Ref x)
      • getTimestamp

        public void getTimestamp​(Timestamp result,
                                 String columnLabel)
      • getTimestamp

        public void getTimestamp​(Throwable cause,
                                 String columnLabel)
      • updateClob

        public void updateClob​(int columnIndex,
                               Reader reader)
      • updateClob

        public void updateClob​(Throwable cause,
                               int columnIndex,
                               Reader reader)
      • getCharacterStream

        public void getCharacterStream​(Reader result,
                                       int columnIndex)
      • getCharacterStream

        public void getCharacterStream​(Throwable cause,
                                       int columnIndex)
      • getTime

        public void getTime​(Time result,
                            int columnIndex,
                            Calendar cal)
      • getTime

        public void getTime​(Throwable cause,
                            int columnIndex,
                            Calendar cal)
      • 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)
      • getShort

        public void getShort​(Throwable cause,
                             String columnLabel)
      • updateCharacterStream

        public void updateCharacterStream​(String columnLabel,
                                          Reader reader,
                                          long length)
      • updateCharacterStream

        public void updateCharacterStream​(Throwable cause,
                                          String columnLabel,
                                          Reader reader,
                                          long length)
      • updateString

        public void updateString​(String columnLabel,
                                 String x)
      • 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)
      • updateTime

        public void updateTime​(String columnLabel,
                               Time x)
      • getNCharacterStream

        public void getNCharacterStream​(Reader result,
                                        String columnLabel)
      • getNCharacterStream

        public void getNCharacterStream​(Throwable cause,
                                        String columnLabel)
      • 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)
      • getObject

        public void getObject​(Object result,
                              int columnIndex,
                              Map<String,​Class<?>> map)
      • updateNull

        public void updateNull​(String columnLabel)
      • updateNull

        public void updateNull​(Throwable cause,
                               String columnLabel)
      • updateBinaryStream

        public void updateBinaryStream​(String columnLabel,
                                       InputStream x,
                                       int length)
      • getTime

        public void getTime​(Time result,
                            String columnLabel)
      • 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)
      • getDouble

        public void getDouble​(Throwable cause,
                              String columnLabel)
      • updateNClob

        public void updateNClob​(int columnIndex,
                                NClob nClob)
      • updateNClob

        public void updateNClob​(Throwable cause,
                                int columnIndex,
                                NClob nClob)
      • getBigDecimal

        public void getBigDecimal​(BigDecimal result,
                                  int columnIndex)
      • getBigDecimal

        public void getBigDecimal​(Throwable cause,
                                  int columnIndex)
      • updateNClob

        public void updateNClob​(String columnLabel,
                                NClob nClob)
      • 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)
      • updateRowId

        public void updateRowId​(Throwable cause,
                                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)
      • getBinaryStream

        public void getBinaryStream​(Throwable cause,
                                    String columnLabel)
      • updateFloat

        public void updateFloat​(String columnLabel,
                                float x)
      • updateFloat

        public void updateFloat​(Throwable cause,
                                String columnLabel,
                                float x)
      • getObject

        public <T> void getObject​(T result,
                                  int columnIndex,
                                  Class<T> type)
      • getObject

        public <T> void getObject​(Throwable cause,
                                  int columnIndex,
                                  Class<T> type)
      • updateAsciiStream

        public void updateAsciiStream​(String columnLabel,
                                      InputStream x)
      • updateRow

        public void updateRow()
      • updateRow

        public void updateRow​(Throwable cause)
      • getTimestamp

        public void getTimestamp​(Timestamp result,
                                 int columnIndex,
                                 Calendar cal)
      • getTimestamp

        public void getTimestamp​(Throwable cause,
                                 int columnIndex,
                                 Calendar cal)
      • isFirst

        public void isFirst​(boolean result)
      • isFirst

        public void isFirst​(Throwable cause)
      • updateBlob

        public void updateBlob​(int columnIndex,
                               Blob x)
      • updateBlob

        public void updateBlob​(Throwable cause,
                               int columnIndex,
                               Blob x)
      • getRef

        public void getRef​(Ref result,
                           String columnLabel)
      • 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)
      • updateClob

        public void updateClob​(Throwable cause,
                               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)
      • getBlob

        public void getBlob​(Blob result,
                            String columnLabel)
      • updateNString

        public void updateNString​(int columnIndex,
                                  String nString)
      • updateNString

        public void updateNString​(Throwable cause,
                                  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)
      • isWrapperFor

        public void isWrapperFor​(Throwable cause,
                                 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)
      • updateByte

        public void updateByte​(Throwable cause,
                               String columnLabel,
                               byte x)
      • updateBinaryStream

        public void updateBinaryStream​(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)
      • updateClob

        public void updateClob​(String columnLabel,
                               Clob x)
      • getLong

        public void getLong​(long result,
                            String columnLabel)
      • updateNClob

        public void updateNClob​(String columnLabel,
                                Reader reader,
                                long length)
      • updateNClob

        public void updateNClob​(Throwable cause,
                                String columnLabel,
                                Reader reader,
                                long length)
      • updateAsciiStream

        public void updateAsciiStream​(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)
      • updateArray

        public void updateArray​(Throwable cause,
                                int columnIndex,
                                Array x)
      • getString

        public void getString​(String result,
                              String columnLabel)
      • getString

        public void getString​(Throwable cause,
                              String columnLabel)
      • 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)
      • updateString

        public void updateString​(Throwable cause,
                                 int columnIndex,
                                 String x)
      • getAsciiStream

        public void getAsciiStream​(InputStream result,
                                   String columnLabel)
      • getAsciiStream

        public void getAsciiStream​(Throwable cause,
                                   String columnLabel)
      • updateObject

        public void updateObject​(int columnIndex,
                                 Object x)
      • updateObject

        public void updateObject​(Throwable cause,
                                 int columnIndex,
                                 Object x)
      • getArray

        public void getArray​(Array result,
                             String columnLabel)
      • getArray

        public void getArray​(Throwable cause,
                             String columnLabel)
      • getBigDecimal

        public void getBigDecimal​(BigDecimal result,
                                  String columnLabel,
                                  int scale)
      • getBigDecimal

        public void getBigDecimal​(Throwable cause,
                                  String columnLabel,
                                  int scale)
      • getUnicodeStream

        public void getUnicodeStream​(InputStream result,
                                     int columnIndex)
      • getUnicodeStream

        public void getUnicodeStream​(Throwable cause,
                                     int columnIndex)
      • getDate

        public void getDate​(Date result,
                            int columnIndex,
                            Calendar cal)
      • getDate

        public void getDate​(Throwable cause,
                            int columnIndex,
                            Calendar cal)
      • updateNString

        public void updateNString​(String columnLabel,
                                  String nString)
      • getSQLXML

        public void getSQLXML​(SQLXML result,
                              int columnIndex)
      • getSQLXML

        public void getSQLXML​(Throwable cause,
                              int columnIndex)
      • getObject

        public <T> void getObject​(T result,
                                  String columnLabel,
                                  Class<T> type)
      • 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)
      • findColumn

        public void findColumn​(Throwable cause,
                               String columnLabel)
      • updateBytes

        public void updateBytes​(String columnLabel,
                                byte[] x)
      • updateBytes

        public void updateBytes​(Throwable cause,
                                String columnLabel,
                                byte[] x)
      • getInt

        public void getInt​(int result,
                           int columnIndex)
      • getInt

        public void getInt​(Throwable cause,
                           int columnIndex)
      • updateArray

        public void updateArray​(String columnLabel,
                                Array x)
      • updateDate

        public void updateDate​(String columnLabel,
                               Date x)
      • getHoldability

        public void getHoldability​(int result)
      • getHoldability

        public void getHoldability​(Throwable cause)
      • getBoolean

        public void getBoolean​(boolean result,
                               String columnLabel)
      • getBoolean

        public void getBoolean​(Throwable cause,
                               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​(String columnLabel,
                                 Object x,
                                 int scaleOrLength)
      • updateObject

        public void updateObject​(Throwable cause,
                                 String columnLabel,
                                 Object x,
                                 int scaleOrLength)
      • updateBoolean

        public void updateBoolean​(String columnLabel,
                                  boolean x)
      • updateBoolean

        public void updateBoolean​(Throwable cause,
                                  String columnLabel,
                                  boolean x)
      • updateTimestamp

        public void updateTimestamp​(String columnLabel,
                                    Timestamp x)
      • setFetchSize

        public void setFetchSize​(int rows)
      • setFetchSize

        public void setFetchSize​(Throwable cause,
                                 int rows)
      • updateRef

        public void updateRef​(int columnIndex,
                              Ref x)
      • updateRef

        public void updateRef​(Throwable cause,
                              int columnIndex,
                              Ref x)
      • updateClob

        public void updateClob​(String columnLabel,
                               Reader reader)
      • getByte

        public void getByte​(byte result,
                            String columnLabel)
      • updateDouble

        public void updateDouble​(String columnLabel,
                                 double x)
      • updateDouble

        public void updateDouble​(Throwable cause,
                                 String columnLabel,
                                 double x)
      • updateBigDecimal

        public void updateBigDecimal​(String columnLabel,
                                     BigDecimal x)
      • getRow

        public void getRow​(int result)
      • getRow

        public void getRow​(Throwable cause)
      • updateClob

        public void updateClob​(String columnLabel,
                               Reader reader,
                               long length)
      • updateClob

        public void updateClob​(Throwable cause,
                               String columnLabel,
                               Reader reader,
                               long length)
      • updateObject

        public void updateObject​(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)
      • updateRowId

        public void updateRowId​(String columnLabel,
                                RowId x)
      • 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()