# File lib/amalgalite/statement.rb, line 70
    def reset_and_clear_bindings!
      reset!
      @stmt_api.clear_bindings!
    end