is not current version
Last Version 1.1

com.alterioncorp:perf-jdbc 1.0

Wrapper JDBC driver that monitors time spent inside JDBC code by thread. JDBC driver URL: jdbc:alterion:perf://class=<TARGET_DRIVER_CLASS>|url=<TARGET_JDBC_URL> To get the time in millis spent inside JDBC for thread: StopWatch.getTime()

GroupId

GroupId

com.alterioncorp
ArtifactId

ArtifactId

perf-jdbc
Version

Version

1.0
Type

Type

jar

Download perf-jdbc 1.0


<!-- https://jarcasting.com/artifacts/com.alterioncorp/perf-jdbc/ -->
<dependency>
    <groupId>com.alterioncorp</groupId>
    <artifactId>perf-jdbc</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alterioncorp/perf-jdbc/
implementation 'com.alterioncorp:perf-jdbc:1.0'
// https://jarcasting.com/artifacts/com.alterioncorp/perf-jdbc/
implementation ("com.alterioncorp:perf-jdbc:1.0")
'com.alterioncorp:perf-jdbc:jar:1.0'
<dependency org="com.alterioncorp" name="perf-jdbc" rev="1.0">
  <artifact name="perf-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alterioncorp', module='perf-jdbc', version='1.0')
)
libraryDependencies += "com.alterioncorp" % "perf-jdbc" % "1.0"
[com.alterioncorp/perf-jdbc "1.0"]