# File lib/arjdbc/sqlite3/explain_support.rb, line 8 def explain(arel, binds = []) sql = "EXPLAIN QUERY PLAN #{to_sql(arel, binds)}" result = exec_query(sql, "EXPLAIN", binds) ExplainPrettyPrinter.new.pp result end
# File lib/arjdbc/sqlite3/explain_support.rb, line 4 def supports_explain? true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.