Module SeamlessDatabasePool::ConnectionStatistics
In: lib/seamless_database_pool/connection_statistics.rb

This module is included for testing. Mix it into each of your database pool connections and it will keep track of how often each connection calls update, insert, execute, or select.

Methods

Public Class methods

Public Instance methods

Get the connection statistics

Protected Instance methods

[Validate]