Module: ActiveRecord::ConnectionAdapters::Jdbc::ConnectionPoolCallbacks
- Defined in:
- lib/arjdbc/jdbc/callbacks.rb
Overview
ActiveRecord connection pool callbacks for JDBC.
Instance Method Summary collapse
Instance Method Details
#on_checkin ⇒ Object
21 22 23 |
# File 'lib/arjdbc/jdbc/callbacks.rb', line 21 def on_checkin # default implementation does nothing end |
#on_checkout ⇒ Object
25 26 27 |
# File 'lib/arjdbc/jdbc/callbacks.rb', line 25 def on_checkout # default implementation does nothing end |