ForeignKeySpec
==============

.. currentmodule:: lsst.daf.butler

.. autoclass:: ForeignKeySpec
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ForeignKeySpec.onDelete

   .. rubric:: Methods Summary

   .. autosummary::

      ~ForeignKeySpec.fromConfig
      ~ForeignKeySpec.toSqlAlchemy

   .. rubric:: Attributes Documentation

   .. autoattribute:: onDelete

   .. rubric:: Methods Documentation

   .. automethod:: fromConfig
   .. automethod:: toSqlAlchemy