- All Known Subinterfaces:
CallableStatementTracker,ConnectionTracker,ResultSetTracker,SQLInputTracker
- All Known Implementing Classes:
CallableStatementTrackerImpl,ConnectionTrackerImpl,ResultSetTrackerImpl,SQLInputTrackerImpl
public interface TrackedRowIds
Gets all the row IDs that have not yet been closed.
Row IDs are assumed to be closed with their connection.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap<RowId, ? extends RowIdTracker> Gets all the row IDs that have not yet been closed.
-
Method Details
-
getTrackedRowIds
Map<RowId,? extends RowIdTracker> getTrackedRowIds()Gets all the row IDs that have not yet been closed. Row IDs are assumed to be closed with their connection.- Returns:
- The mapping from wrapped row ID to tracker without any defensive copy.
- See Also:
-
