Package com.atlassian.jira.diagnostic.connection
package com.atlassian.jira.diagnostic.connection
-
ClassesClassDescriptionWrapped
CallableStatementthat usesDatabaseDiagnosticsCollectorto record Database calls timings Batch queries are stored in an internal list and joined if theDiagnosticCallableStatement.executeBatch()orDiagnosticCallableStatement.executeLargeBatch()WrappedConnectionthat wrapsStatement,PreparedStatement, andCallableStatementin Diagnostic versions that record timings.WrappedPreparedStatementthat usesDatabaseDiagnosticsCollectorto record Database calls timings Batch queries are stored in an internal list and joined if theDiagnosticPreparedStatement.executeBatch()orDiagnosticPreparedStatement.executeLargeBatch()WrappedStatementthat usesDatabaseDiagnosticsCollectorto record Database calls timings Batch queries are stored in an internal list and joined if theDiagnosticStatement.executeBatch()orDiagnosticStatement.executeLargeBatch()