Class ActiveRecord::ConnectionAdapters::JdbcAdapter
In: lib/active_record/connection_adapters/jdbc_adapter.rb
Parent: AbstractAdapter

Methods

Included Modules

CompatibilityMethods ConnectionPoolCallbacks

Classes and Modules

Module ActiveRecord::ConnectionAdapters::JdbcAdapter::CompatibilityMethods
Module ActiveRecord::ConnectionAdapters::JdbcAdapter::ConnectionPoolCallbacks
Module ActiveRecord::ConnectionAdapters::JdbcAdapter::JndiConnectionPoolCallbacks
Module ActiveRecord::ConnectionAdapters::JdbcAdapter::ShadowCoreMethods

Attributes

config  [R] 

Public Class methods

Public Instance methods

we need to do it this way, to allow Rails stupid tests to always work even if we define a new execute method. Instead of mixing in a new execute, an _execute should be mixed in.

Locate specialized adapter specification if one exists based on config data

[Validate]