.. -*- coding: utf-8 -*-
.. :Project:   pglast — DO NOT EDIT: generated automatically
.. :Author:    Lele Gaifax <lele@metapensiero.it>
.. :License:   GNU General Public License version 3 or later
.. :Copyright: © 2017-2025 Lele Gaifax
..

==========================================================================
 :mod:`pglast.enums.lockdefs` --- Constants extracted from `lockdefs.h`__
==========================================================================

__ https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h

.. module:: pglast.enums.lockdefs
   :synopsis: Constants extracted from lockdefs.h


.. data:: NoLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L34>`__.

.. data:: AccessShareLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L36>`__.

.. data:: RowShareLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L37>`__.

.. data:: RowExclusiveLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L38>`__.

.. data:: ShareUpdateExclusiveLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L39>`__.

.. data:: ShareLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L41>`__.

.. data:: ShareRowExclusiveLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L42>`__.

.. data:: ExclusiveLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L44>`__.

.. data:: AccessExclusiveLock

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L45>`__.

.. data:: MaxLockMode

   See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L48>`__.
