PostgreSQL Source Code: LockRowsPath Struct Reference (original) (raw)
LockRowsPath Struct Reference
#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Path | path |
Path * | subpath |
List * | rowMarks |
int | epqParam |
Detailed Description
Definition at line 2502 of file pathnodes.h.
Field Documentation
◆ epqParam
int LockRowsPath::epqParam
Definition at line 2507 of file pathnodes.h.
Referenced by create_lockrows_path(), and create_lockrows_plan().
◆ path
Path LockRowsPath::path
Definition at line 2504 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_lockrows_path().
◆ rowMarks
List* LockRowsPath::rowMarks
Definition at line 2506 of file pathnodes.h.
Referenced by create_lockrows_path(), and create_lockrows_plan().
◆ subpath
Path* LockRowsPath::subpath
Definition at line 2505 of file pathnodes.h.
Referenced by create_lockrows_path(), and create_lockrows_plan().
The documentation for this struct was generated from the following file:
- src/include/nodes/pathnodes.h