Module: ActiveRecord::ConnectionAdapters::Jdbc::ConnectionPoolCallbacks

Included in:
ActiveRecord::ConnectionAdapters::JdbcAdapter
Defined in:
lib/arjdbc/jdbc/callbacks.rb

Overview

ActiveRecord connection pool callbacks for JDBC.

Instance Method Summary collapse

Instance Method Details

#on_checkinObject



17
18
19
# File 'lib/arjdbc/jdbc/callbacks.rb', line 17

def on_checkin
  # default implementation does nothing
end

#on_checkoutObject



21
22
23
# File 'lib/arjdbc/jdbc/callbacks.rb', line 21

def on_checkout
  # default implementation does nothing
end