Method: ActiveRecord::ConnectionAdapters::StatementPool#clear

Defined in:
lib/active_record/connection_adapters/statement_pool.rb

#clearObject

Raises:

  • (NotImplementedError)


31
32
33
# File 'lib/active_record/connection_adapters/statement_pool.rb', line 31

def clear
  raise NotImplementedError
end