reconnect()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 1148
        def reconnect
          raise NotImplementedError.new("#{self.class} should define `reconnect` to implement adapter-specific logic for reconnecting to the database")
        end