# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 146 def select_all(statement, name=nil) with_entry_point(:select_all) do super(statement, name) end end