Interface TrackedRowIds

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 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: