PostgreSQL Source Code git master
Loading...
Searching...
No Matches
LimitPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
NodelimitOffset
 
NodelimitCount
 
LimitOption limitOption
 

Detailed Description

Definition at line 2720 of file pathnodes.h.

Field Documentation

◆ limitCount

Node* LimitPath::limitCount

Definition at line 2725 of file pathnodes.h.

◆ limitOffset

Node* LimitPath::limitOffset

Definition at line 2724 of file pathnodes.h.

◆ limitOption

LimitOption LimitPath::limitOption

Definition at line 2726 of file pathnodes.h.

◆ path

Path LimitPath::path

Definition at line 2722 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ subpath

Path* LimitPath::subpath

Definition at line 2723 of file pathnodes.h.


The documentation for this struct was generated from the following file: