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