class ActiveRecord::ConnectionAdapters::StatementPool

def clear

def clear
  cache.each_value do |stmt|
    dealloc stmt
  end
  cache.clear
end