Uses of Class
clazzfish.jdbc.ProxyConnection
Packages that use ProxyConnection
Package
Description
This package contains classes which are useful for monitoring JDBC calls.
-
Uses of ProxyConnection in clazzfish.jdbc
Methods in clazzfish.jdbc with parameters of type ProxyConnectionModifier and TypeMethodDescriptionstatic void
ConnectionMonitor.addConnection
(ProxyConnection proxyConnection) Adds the connection to the list of open connections.static void
ConnectionMonitor.removeConnection
(ProxyConnection proxyConnection) Removes the connection from the list of open connections.