write_query?(sql)
Determines whether the SQL statement is a write query.
# File activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb, line 111 def write_query?(sql) raise NotImplementedError end