Method: Rack::Insight::SQLPanel::QueryResult#result

Defined in:
lib/rack/insight/panels/sql_panel/query.rb

#resultObject



18
19
20
21
# File 'lib/rack/insight/panels/sql_panel/query.rb', line 18

def result
  @results ||= execute
  return @results
end