- All Known Subinterfaces:
ConnectionTracker
,SQLDataTracker
- All Known Implementing Classes:
ConnectionTrackerImpl
,SQLDataTrackerImpl
public interface TrackedSQLInputs
Gets all the SQL inputs that have not yet been closed.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap
<SQLInput, ? extends SQLInputTracker> Gets all the SQL inputs that have not yet been closed.
-
Method Details
-
getTrackedSQLInputs
Map<SQLInput,? extends SQLInputTracker> getTrackedSQLInputs()Gets all the SQL inputs that have not yet been closed.- Returns:
- The mapping from wrapped SQL input to tracker without any defensive copy.
- See Also:
-