DALResults
==========

.. currentmodule:: pyvo.dal

.. autoclass:: DALResults
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~DALResults.fielddescs
      ~DALResults.fieldnames
      ~DALResults.queryurl
      ~DALResults.resultstable
      ~DALResults.status
      ~DALResults.table
      ~DALResults.votable

   .. rubric:: Methods Summary

   .. autosummary::

      ~DALResults.broadcast_samp
      ~DALResults.check_overflow_warning
      ~DALResults.cursor
      ~DALResults.fieldname_with_ucd
      ~DALResults.fieldname_with_utype
      ~DALResults.from_result_url
      ~DALResults.getcolumn
      ~DALResults.getdesc
      ~DALResults.getrecord
      ~DALResults.getvalue
      ~DALResults.to_qtable
      ~DALResults.to_table

   .. rubric:: Attributes Documentation

   .. autoattribute:: fielddescs
   .. autoattribute:: fieldnames
   .. autoattribute:: queryurl
   .. autoattribute:: resultstable
   .. autoattribute:: status
   .. autoattribute:: table
   .. autoattribute:: votable

   .. rubric:: Methods Documentation

   .. automethod:: broadcast_samp
   .. automethod:: check_overflow_warning
   .. automethod:: cursor
   .. automethod:: fieldname_with_ucd
   .. automethod:: fieldname_with_utype
   .. automethod:: from_result_url
   .. automethod:: getcolumn
   .. automethod:: getdesc
   .. automethod:: getrecord
   .. automethod:: getvalue
   .. automethod:: to_qtable
   .. automethod:: to_table
