Interface TrackedSQLXMLs

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

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

    • getTrackedSQLXMLs

      Map<SQLXML,? extends SQLXMLTracker> getTrackedSQLXMLs()
      Gets all the SQL XMLs that have not yet been freed.
      Returns:
      The mapping from wrapped SQL XML to tracker without any defensive copy.
      See Also: