method

without_prepared_statement?

without_prepared_statement?(binds)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 1175
        def without_prepared_statement?(binds)
          !prepared_statements || binds.empty?
        end