Class: ActiveRecord::ConnectionAdapters::NullPool

Inherits:
Object
  • Object
show all
Includes:
AbstractPool
Defined in:
lib/active_record/connection_adapters/abstract/connection_pool.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from AbstractPool

#get_schema_cache, #lazily_set_schema_cache, #set_schema_cache

Instance Attribute Details

#schema_cacheObject

Returns the value of attribute schema_cache.



34
35
36
# File 'lib/active_record/connection_adapters/abstract/connection_pool.rb', line 34

def schema_cache
  @schema_cache
end

Instance Method Details

#async_executorObject



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

def async_executor; end

#checkin(_) ⇒ Object



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

def checkin(_); end

#connection_classObject



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

def connection_class; end

#remove(_) ⇒ Object



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

def remove(_); end