Class: ActiveRecord::ConnectionAdapters::NullPool
- Inherits:
-
Object
- Object
- ActiveRecord::ConnectionAdapters::NullPool
show all
- Includes:
- AbstractPool
- Defined in:
- lib/active_record/connection_adapters/abstract/connection_pool.rb
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
#get_schema_cache, #lazily_set_schema_cache, #set_schema_cache
Instance Attribute Details
#schema_cache ⇒ Object
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_executor ⇒ Object
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_class ⇒ Object
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
|