instance method
build_statement_pool
Ruby on Rails 8.0.4
Since v6.0.6 PrivateSignature
build_statement_pool()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 1055
def build_statement_pool
StatementPool.new(self, self.class.type_cast_config_to_integer(@config[:statement_limit]))
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb line 1055
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter