# File lib/data_objects/transaction.rb, line 92
    def rollback
      run %{ROLLBACK TO SAVEPOINT "#{@id}"}
    end