| Interface | Description |
|---|---|
| ResultSetClosedEventListener |
Object closed listener that will be used to intimate listeners to perform
operations after an object is closed.
|
| StatementLeakListener |
Leak listener that will be used by StatementLeakDetector to intimate the
listeners during statement leaks and to print statement leak stack traces and
reclaim leaked statements if statement-leak-reclaim is turned ON.
|
| Class | Description |
|---|---|
| MethodExecutor |
Execute the methods based on the parameters.
|
| SecurityUtils |
SecurityUtils for Generic JDBC Connector.
|
| SQLTrace |
Store the sql queries executed by applications along with the number of
times executed and the time stamp of the last usage.
|
| SQLTraceCache |
Base class for Sql Tracing Caches used to store SQL statements used by applications.
|
| SQLTraceDelegator |
Implementation of SQLTraceListener to listen to events related to a sql
record tracing.
|
| SQLTraceLogger |
Implementation of SQLTraceListener to listen to events related to a
sql record tracing.
|
| SQLTraceTimerTask |
Sql Tracing Timer task used to preform a purgeEntries of the cache of objects
maintained by the sql tracing mechanism.
|
| StatementLeakDetector |
Statement leak detector that prints the stack trace of the thread when a
statement object is leaked.
|
Copyright © 2019. All rights reserved.