method
build_statement_pool
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
build_statement_pool()private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 843
def build_statement_pool
StatementPool.new(@connection, self.class.type_cast_config_to_integer(@config[:statement_limit]))
end