method

perform_query

rails latest stable - Class: ActiveRecord::ConnectionAdapters::DatabaseStatements

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

perform_query(raw_connection, sql, binds, type_casted_binds, prepare:, notification_payload:, batch:)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb, line 561
        def perform_query(raw_connection, sql, binds, type_casted_binds, prepare,, notification_payload,, batch))
          raise NotImplementedError
        end