# File lib/dbd_db2/DB2.rb, line 251
    def cancel
      rc = SQLFreeStmt(@handle, SQL_CLOSE)
      error(rc, "Could not close/cancel statment") 
      @cols = nil
    end