- All Known Subinterfaces:
ConnectionTracker
- All Known Implementing Classes:
ConnectionTrackerImpl
public interface TrackedStatements
Gets all the statements that have not yet been closed.
This only contains
Statement
, please see other methods for PreparedStatement
and
CallableStatement
.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap
<Statement, ? extends StatementTracker> Gets all the statements that have not yet been closed.
-
Method Details
-
getTrackedStatements
Map<Statement,? extends StatementTracker> getTrackedStatements()Gets all the statements that have not yet been closed. This only containsStatement
, please see other methods forPreparedStatement
andCallableStatement
.- Returns:
- The mapping from wrapped statement to tracker without any defensive copy.
- See Also:
-