.. -*- coding: utf-8 -*- .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later .. :Copyright: © 2017-2022 Lele Gaifax .. ========================================================================== :mod:`pglast.enums.lockdefs` --- Constants extracted from `lockdefs.h`__ ========================================================================== __ https://github.com/pganalyze/libpg_query/blob/1097b2c/src/postgres/include/storage/lockdefs.h .. module:: pglast.enums.lockdefs :synopsis: Constants extracted from lockdefs.h .. data:: NoLock See `here for details `__. .. data:: AccessShareLock See `here for details `__. .. data:: RowShareLock See `here for details `__. .. data:: RowExclusiveLock See `here for details `__. .. data:: ShareUpdateExclusiveLock See `here for details `__. .. data:: ShareLock See `here for details `__. .. data:: ShareRowExclusiveLock See `here for details `__. .. data:: ExclusiveLock See `here for details `__. .. data:: AccessExclusiveLock See `here for details `__. .. data:: MaxLockMode See `here for details `__.