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

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

Overview

ActiveRecord connection pool callbacks for JDBC.

Instance Method Summary collapse

Instance Method Details

#on_checkinObject



19
20
21
# File 'lib/arjdbc/jdbc/callbacks.rb', line 19

def on_checkin
  # default implementation does nothing
end

#on_checkoutObject



23
24
25
# File 'lib/arjdbc/jdbc/callbacks.rb', line 23

def on_checkout
  # default implementation does nothing
end