Package | Description |
---|---|
com.p6spy.engine.event | |
com.p6spy.engine.logging | |
com.p6spy.engine.wrapper |
Modifier and Type | Method and Description |
---|---|
void |
JdbcEventListener.onAfterResultSetClose(ResultSetInformation resultSetInformation,
SQLException e)
This callback method is executed after the
ResultSet.close() method is invoked. |
void |
CompoundJdbcEventListener.onAfterResultSetClose(ResultSetInformation resultSetInformation,
SQLException e) |
void |
JdbcEventListener.onAfterResultSetGet(ResultSetInformation resultSetInformation,
int columnIndex,
Object value,
SQLException e)
This callback method is executed after any of the
ResultSet #get*(int) methods are invoked. |
void |
CompoundJdbcEventListener.onAfterResultSetGet(ResultSetInformation resultSetInformation,
int columnIndex,
Object value,
SQLException e) |
void |
JdbcEventListener.onAfterResultSetGet(ResultSetInformation resultSetInformation,
String columnLabel,
Object value,
SQLException e)
This callback method is executed after any of the
ResultSet #get*(String) methods are invoked. |
void |
CompoundJdbcEventListener.onAfterResultSetGet(ResultSetInformation resultSetInformation,
String columnLabel,
Object value,
SQLException e) |
void |
JdbcEventListener.onAfterResultSetNext(ResultSetInformation resultSetInformation,
long timeElapsedNanos,
boolean hasNext,
SQLException e)
This callback method is executed after the
ResultSet.next() method is invoked. |
void |
DefaultEventListener.onAfterResultSetNext(ResultSetInformation resultSetInformation,
long timeElapsedNanos,
boolean hasNext,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterResultSetNext(ResultSetInformation resultSetInformation,
long timeElapsedNanos,
boolean hasNext,
SQLException e) |
void |
JdbcEventListener.onBeforeResultSetNext(ResultSetInformation resultSetInformation)
This callback method is executed before the
ResultSet.next() method is invoked. |
void |
CompoundJdbcEventListener.onBeforeResultSetNext(ResultSetInformation resultSetInformation) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingEventListener.onAfterResultSetClose(ResultSetInformation resultSetInformation,
SQLException e) |
void |
LoggingEventListener.onAfterResultSetGet(ResultSetInformation resultSetInformation,
int columnIndex,
Object value,
SQLException e) |
void |
LoggingEventListener.onAfterResultSetGet(ResultSetInformation resultSetInformation,
String columnLabel,
Object value,
SQLException e) |
void |
LoggingEventListener.onAfterResultSetNext(ResultSetInformation resultSetInformation,
long timeElapsedNanos,
boolean hasNext,
SQLException e) |
void |
LoggingEventListener.onBeforeResultSetNext(ResultSetInformation resultSetInformation) |
Modifier and Type | Method and Description |
---|---|
static ResultSet |
ResultSetWrapper.wrap(ResultSet delegate,
ResultSetInformation resultSetInformation,
JdbcEventListener eventListener) |
Constructor and Description |
---|
ResultSetWrapper(ResultSet delegate,
ResultSetInformation resultSetInformation,
JdbcEventListener eventListener) |
Copyright © 2002-2016 P6Spy. All Rights Reserved.