Interface TrackedArrays

All Known Subinterfaces:
CallableStatementTracker, ConnectionTracker, ResultSetTracker, SQLInputTracker
All Known Implementing Classes:
CallableStatementTrackerImpl, ConnectionTrackerImpl, ResultSetTrackerImpl, SQLInputTrackerImpl

public interface TrackedArrays
Gets all the arrays that have not yet been freed.
Author:
AO Industries, Inc.
  • Method Details

    • getTrackedArrays

      Map<Array,? extends ArrayTracker> getTrackedArrays()
      Gets all the arrays that have not yet been freed.
      Returns:
      The mapping from wrapped array to tracker without any defensive copy.
      See Also: