Class: Fx::Adapters::Sqlserver::Connection Private

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/fx/adapters/sqlserver/connection.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Decorates an ActiveRecord connection with methods that help determine the connections capabilities.

Every attempt is made to use the versions of these methods defined by Rails where they are available and public before falling back to our own implementations for older Rails versions.