Class | Description |
---|---|
DatabaseDiagnosticsCollectorDelegate | |
DiagnosticCallableStatement |
Wrapped
CallableStatement that uses DatabaseDiagnosticsCollector to record Database calls timings
Batch queries are stored in an internal list and joined if the DiagnosticCallableStatement.executeBatch() or DiagnosticCallableStatement.executeLargeBatch() |
DiagnosticConnection |
Wrapped
Connection that wraps Statement , PreparedStatement , and CallableStatement
in Diagnostic versions that record timings. |
DiagnosticPreparedStatement |
Wrapped
PreparedStatement that uses DatabaseDiagnosticsCollector to record Database calls timings
Batch queries are stored in an internal list and joined if the DiagnosticPreparedStatement.executeBatch() or DiagnosticPreparedStatement.executeLargeBatch() |
DiagnosticStatement |
Wrapped
Statement that uses DatabaseDiagnosticsCollector to record Database calls timings
Batch queries are stored in an internal list and joined if the DiagnosticStatement.executeBatch() or DiagnosticStatement.executeLargeBatch() |
Copyright © 2002-2022 Atlassian. All Rights Reserved.