| 限定符和类型 | 方法和说明 |
|---|---|
void |
TxcSqlExecuteInterceptor.postInsert(StatementInformation statementInformation) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SqlExecuteInterceptor.postInsert(StatementInformation statementInformation)
程序业务
insert 语句执行后植入事务操作 |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CompoundJdbcEventListener.onAfterAddBatch(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
TxcJdbcEventListener.onAfterExecute(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterExecute(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterExecuteBatch(StatementInformation statementInformation,
long timeElapsedNanos,
int[] updateCounts,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterExecuteQuery(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
TxcJdbcEventListener.onAfterExecuteUpdate(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
int rowCount,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterExecuteUpdate(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
int rowCount,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterGetResultSet(StatementInformation statementInformation,
long timeElapsedNanos,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterStatementClose(StatementInformation statementInformation,
SQLException e) |
String |
CompoundJdbcEventListener.onBeforeAddBatch(StatementInformation statementInformation,
String sql) |
String |
TxcJdbcEventListener.onBeforeAnyExecute(StatementInformation statementInformation) |
String |
CompoundJdbcEventListener.onBeforeExecute(StatementInformation statementInformation,
String sql) |
void |
CompoundJdbcEventListener.onBeforeExecuteBatch(StatementInformation statementInformation) |
String |
CompoundJdbcEventListener.onBeforeExecuteQuery(StatementInformation statementInformation,
String sql) |
String |
CompoundJdbcEventListener.onBeforeExecuteUpdate(StatementInformation statementInformation,
String sql) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CallableStatementInformation
Stores information about the callable statement and bind variables.
|
class |
PreparedStatementInformation
Stores information about the prepared statement and bind variables.
|
| 限定符和类型 | 方法和说明 |
|---|---|
StatementInformation |
ResultSetInformation.getStatementInformation() |
StatementInformation |
StatementInformation.setAttachment(Object attachment) |
StatementInformation |
StatementInformation.setStatement(Statement statement) |
| 构造器和说明 |
|---|
ResultSetInformation(StatementInformation statementInformation) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
P6spyJdbcEventListener.onAfterAddBatch(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
JdbcEventListener.onAfterAddBatch(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e)
This callback method is executed after the
Statement.addBatch(String) or
Statement.addBatch(String) method is invoked. |
void |
DefaultEventListener.onAfterAddBatch(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
P6spyJdbcEventListener.onAfterAnyAddBatch(StatementInformation statementInformation,
long timeElapsedNanos,
SQLException e)
This callback method is executed before any
Statement.addBatch* method is invoked |
void |
P6spyJdbcEventListener.onAfterAnyExecute(StatementInformation statementInformation,
long timeElapsedNanos,
SQLException e)
This callback method is executed after any
Statement.execute* method is invoked |
void |
P6spyJdbcEventListener.onAfterExecute(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
JdbcEventListener.onAfterExecute(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e)
This callback method is executed after any the
Statement.execute(String) methods are invoked. |
void |
DefaultEventListener.onAfterExecute(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
P6spyJdbcEventListener.onAfterExecuteBatch(StatementInformation statementInformation,
long timeElapsedNanos,
int[] updateCounts,
SQLException e) |
void |
JdbcEventListener.onAfterExecuteBatch(StatementInformation statementInformation,
long timeElapsedNanos,
int[] updateCounts,
SQLException e)
This callback method is executed after the
Statement.executeBatch() method is invoked. |
void |
DefaultEventListener.onAfterExecuteBatch(StatementInformation statementInformation,
long timeElapsedNanos,
int[] updateCounts,
SQLException e) |
void |
P6spyJdbcEventListener.onAfterExecuteQuery(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
JdbcEventListener.onAfterExecuteQuery(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e)
This callback method is executed after the
Statement.executeQuery(String) method is invoked. |
void |
DefaultEventListener.onAfterExecuteQuery(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
SQLException e) |
void |
P6spyJdbcEventListener.onAfterExecuteUpdate(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
int rowCount,
SQLException e) |
void |
JdbcEventListener.onAfterExecuteUpdate(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
int rowCount,
SQLException e)
This callback method is executed after any of the
Statement.executeUpdate(String) methods are invoked. |
void |
DefaultEventListener.onAfterExecuteUpdate(StatementInformation statementInformation,
long timeElapsedNanos,
String sql,
int rowCount,
SQLException e) |
void |
JdbcEventListener.onAfterGetResultSet(StatementInformation statementInformation,
long timeElapsedNanos,
SQLException e)
This callback method is executed after the
Statement.getResultSet() method is invoked. |
void |
DefaultEventListener.onAfterGetResultSet(StatementInformation statementInformation,
long timeElapsedNanos,
SQLException e) |
void |
JdbcEventListener.onAfterStatementClose(StatementInformation statementInformation,
SQLException e)
This callback method is executed after the
Statement.close() method is invoked. |
String |
P6spyJdbcEventListener.onBeforeAddBatch(StatementInformation statementInformation,
String sql) |
String |
JdbcEventListener.onBeforeAddBatch(StatementInformation statementInformation,
String sql)
This callback method is executed before the
Statement.addBatch(String) or
Statement.addBatch(String) method is invoked. |
String |
P6spyJdbcEventListener.onBeforeAnyAddBatch(StatementInformation statementInformation)
This callback method is executed before any
Statement.addBatch* method is invoked |
String |
P6spyJdbcEventListener.onBeforeAnyExecute(StatementInformation statementInformation)
This callback method is executed before any
Statement.execute* method is invoked |
String |
P6spyJdbcEventListener.onBeforeExecute(StatementInformation statementInformation,
String sql) |
String |
JdbcEventListener.onBeforeExecute(StatementInformation statementInformation,
String sql)
This callback method is executed before any of the
Statement.execute(String) methods are invoked. |
void |
P6spyJdbcEventListener.onBeforeExecuteBatch(StatementInformation statementInformation) |
void |
JdbcEventListener.onBeforeExecuteBatch(StatementInformation statementInformation)
This callback method is executed before the
Statement.executeBatch() method is invoked. |
String |
P6spyJdbcEventListener.onBeforeExecuteQuery(StatementInformation statementInformation,
String sql) |
String |
JdbcEventListener.onBeforeExecuteQuery(StatementInformation statementInformation,
String sql)
This callback method is executed before the
Statement.executeQuery(String) method is invoked. |
String |
P6spyJdbcEventListener.onBeforeExecuteUpdate(StatementInformation statementInformation,
String sql) |
String |
JdbcEventListener.onBeforeExecuteUpdate(StatementInformation statementInformation,
String sql)
This callback method is executed before any of the
Statement.executeUpdate(String) methods are invoked. |
| 限定符和类型 | 方法和说明 |
|---|---|
static Statement |
StatementWrapper.wrap(Statement delegate,
StatementInformation statementInformation,
JdbcEventListener eventListener) |
| 构造器和说明 |
|---|
StatementWrapper(Statement delegate,
StatementInformation statementInformation,
JdbcEventListener eventListener) |
Copyright © 2019. All rights reserved.