Interface TrackedPreparedStatements

All Known Subinterfaces:
ConnectionTracker
All Known Implementing Classes:
ConnectionTrackerImpl

public interface TrackedPreparedStatements
Gets all the prepared statements that have not yet been closed. This only contains PreparedStatement, please see other method for CallableStatement.
Author:
AO Industries, Inc.