public interface JdbcObserver
Modifier and Type | Method and Description |
---|---|
void |
jdbcConnectionAcquisitionEnd(Connection connection) |
void |
jdbcConnectionAcquisitionStart() |
void |
jdbcConnectionReleaseEnd() |
void |
jdbcConnectionReleaseStart() |
void |
jdbcExecuteBatchEnd() |
void |
jdbcExecuteBatchStart() |
void |
jdbcExecuteStatementEnd() |
void |
jdbcExecuteStatementStart() |
void |
jdbcPrepareStatementEnd() |
void |
jdbcPrepareStatementStart() |
void jdbcConnectionAcquisitionStart()
void jdbcConnectionAcquisitionEnd(Connection connection)
void jdbcConnectionReleaseStart()
void jdbcConnectionReleaseEnd()
void jdbcPrepareStatementStart()
void jdbcPrepareStatementEnd()
void jdbcExecuteStatementStart()
void jdbcExecuteStatementEnd()
void jdbcExecuteBatchStart()
void jdbcExecuteBatchEnd()
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.