method

build_statement_pool

rails latest stable - Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
build_statement_pool()
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 1094
        def build_statement_pool
          StatementPool.new(self, self.class.type_cast_config_to_integer(@config[:statement_limit]))
        end