123456789_123456789_123456789_123456789_123456789_

Class: ActiveRecord::ConnectionAdapters::NullPool

Do not use. This class is for internal use only.
Relationships & Source Files
Namespace Children
Classes:
Super Chains via Extension / Inclusion / Inheritance
Instance Chain:
self, AbstractPool
Inherits: Object
Defined in: activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb

Constant Summary

Instance Method Summary

Instance Method Details

#async_executor

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 32

def async_executor; end

#checkin(_)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 30

def checkin(_); end

#connection_class

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 29

def connection_class; end

#db_config

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 33

def db_config
  NULL_CONFIG
end

#remove(_)

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 31

def remove(_); end

#schema_reflection

[ GitHub ]

  
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 25

def schema_reflection
  SchemaReflection.new(nil)
end