Interface TrackedNClobs

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

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

    • getTrackedNClobs

      Map<NClob,? extends NClobTracker> getTrackedNClobs()
      Gets all the nclobs that have not yet been freed.
      Returns:
      The mapping from wrapped nclob to tracker without any defensive copy.
      See Also: