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