Class ActiveRecord::ConnectionAdapters::JdbcConnection
In: lib/active_record/connection_adapters/jdbc_adapter.rb
Parent: Object

Methods

Attributes

adapter  [R] 
connection_factory  [R] 

Public Class methods

@native_database_types - setup properly by adapter= versus set_native_database_types.

  This contains type information for the adapter.  Individual adapters can make tweaks
  by defined modify_types

@native_types - This is the default type settings sans any modifications by the individual adapter. My guess is that if we loaded two adapters of different types then this is used as a base to be tweaked by each adapter to create @native_database_types

Public Instance methods

[Validate]