Class JdbcUtils
java.lang.Object
io.opentelemetry.instrumentation.jdbc.internal.JdbcUtils
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DbInfocomputeDbInfo(Connection connection) static ConnectionconnectionFromStatement(Statement statement) static DbInfoextractDbInfo(Connection connection) static ConnectionunwrapConnection(Connection connection) Returns the unwrapped connection or null if exception was thrown.
-
Method Details
-
connectionFromStatement
-
unwrapConnection
Returns the unwrapped connection or null if exception was thrown. -
extractDbInfo
-
computeDbInfo
-