# File lib/dbi/handles/statement.rb, line 146 def cancel sanity_check @handle.cancel if @fetchable @fetchable = false end