TableDef
========

.. currentmodule:: lsst.dax.apdb

.. autoclass:: TableDef
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TableDef.columns
      ~TableDef.description
      ~TableDef.indices
      ~TableDef.name

   .. rubric:: Methods Summary

   .. autosummary::

      ~TableDef.count
      ~TableDef.index

   .. rubric:: Attributes Documentation

   .. autoattribute:: columns
   .. autoattribute:: description
   .. autoattribute:: indices
   .. autoattribute:: name

   .. rubric:: Methods Documentation

   .. automethod:: count
   .. automethod:: index